39 #ifndef conformedFvPatchField_H
40 #define conformedFvPatchField_H
185 return origFieldPtr_->fixesValue();
192 return origFieldPtr_->assignable();
198 return origFieldPtr_->coupled();
204 return origFieldPtr_->overridesConstraint();
213 return origFieldPtr_->snGrad();
223 origFieldPtr_->initEvaluate(commsType);
233 origFieldPtr_->evaluate(commsType);
243 return origFieldPtr_->valueInternalCoeffs(weights);
253 return origFieldPtr_->valueBoundaryCoeffs(weights);
260 return origFieldPtr_->gradientInternalCoeffs();
267 return origFieldPtr_->gradientBoundaryCoeffs();
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricBoundaryField class.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
commsTypes
Types of communications.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.