93 typename LagrangianPatchConstructorTable::iterator patchTypeCstrIter =
94 LagrangianPatchConstructorTablePtr_->find(pf.
patch().type());
96 if (patchTypeCstrIter != LagrangianPatchConstructorTablePtr_->end())
Pre-declare SubField and related Field type.
static const Field< Type > & null()
Return a null field.
Base class for Lagrangian boundary conditions.
const LagrangianPatch & patch() const
Return patch.
static autoPtr< LagrangianPatchField< Type > > NewCalculatedType(const LagrangianPatchField< Type2 > &)
Return a pointer to a new calculatedPointPatchField.
static const word & calculatedType()
Return the type of the calculated form of LagrangianPatchField.
Base class for Lagrangian patches.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A calculated boundary condition for Lagrangian. This condition does not provide any evaluation functi...
calculatedLagrangianPatchField(const LagrangianPatch &, const regIOobject &)
Construct from patch and internal field.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for handling words, derived from string.