50 Ostream&
operator<<(Ostream& os,
const MRFZoneList& models);
~MRFZoneList()
Destructor.
void makeAbsolute(volVectorField &U) const
Make the given relative velocity absolute within the MRF region.
void update()
Update MRFZone faces if the mesh topology changes.
void reset(const dictionary &dict)
Reset the source list.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const MRFZoneList &)=delete
Disallow default bitwise assignment.
const fvMesh & mesh_
Reference to the mesh database.
void addCoriolis(const volVectorField &U, volVectorField &ddtU) const
Add the Coriolis acceleration.
void correctBoundaryVelocity(volVectorField &U) const
Correct the boundary velocity for the rotation of the MRF region.
tmp< volVectorField > centrifugalAcceleration() const
Return the centrifugal acceleration.
A special matrix type and solver, designed for finite volume solutions of scalar equations. Face addressing is used to make all matrix assembly and solution loops vectorise.
tmp< surfaceScalarField > absolute(const tmp< surfaceScalarField > &phi) const
Return the given relative flux absolute within the MRF region.
tmp< volVectorField > DDt(const volVectorField &U) const
Return the Coriolis acceleration.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool writeData(Ostream &os) const
Write data to Ostream.
List container for MRF zomes.
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > zeroFilter(const tmp< GeometricField< Type, fvsPatchField, surfaceMesh >> &tphi) const
Filter-out the MRF region contribution from the given field.
tmp< surfaceScalarField > relative(const tmp< surfaceScalarField > &phi) const
Return the given absolute flux relative within the MRF region.
Forward declarations of fvMatrix specialisations.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Mesh data needed to do the Finite Volume discretisation.
Ostream & operator<<(Ostream &, const ensightPart &)
MRFZoneList(const fvMesh &mesh, const dictionary &dict)
A class for managing temporary objects.
void makeRelative(volVectorField &U) const
Make the given absolute velocity relative within the MRF region.
bool read(const dictionary &dict)
Read dictionary.