Go to the documentation of this file.
95 #ifndef fixedProfileFvPatchField_H
96 #define fixedProfileFvPatchField_H
111 class fixedProfileFvPatchField
113 public fixedValueFvPatchField<Type>
TypeName("fixedProfile")
Runtime type information.
A class for managing temporary objects.
scalar origin_
Profile origin.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
autoPtr< DataEntry< Type > > profile_
Profile data.
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
This boundary condition provides a fixed value profile condition.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
A list of keyword definitions, which are a keyword followed by any number of values (e....
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< ' ';}gmvFile<< nl;forAll(lagrangianScalarNames, i){ const word &name=lagrangianScalarNames[i];IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Vector< scalar > vector
A scalar version of the templated Vector.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Foam::fvPatchFieldMapper.
vector dir_
Profile direction.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
fixedProfileFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...