Go to the documentation of this file.
50 Ostream&
operator<<(Ostream& os,
const MRFZoneList& models);
91 bool active(
const bool warn =
false)
const;
void addAcceleration(const volVectorField &U, volVectorField &ddtU) const
Add the frame acceleration.
MRFZoneList(const MRFZoneList &)
Disallow default bitwise copy construct.
bool writeData(Ostream &os) const
Write data to Ostream.
A class for managing temporary objects.
List container for MRF zomes.
void reset(const dictionary &dict)
Reset the source list.
Forward declarations of fvMatrix specializations.
void correctBoundaryVelocity(volVectorField &U) const
Correct the boundary velocity for the rotation of the MRF region.
bool active(const bool warn=false) const
Return active status.
void makeRelative(volVectorField &U) const
Make the given absolute velocity relative within the MRF region.
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 frame acceleration.
tmp< fvVectorMatrix > UEqn(fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevReff(U)==fvOptions(U))
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Ostream & operator<<(Ostream &, const edgeMesh &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh_
Reference to the mesh database.
tmp< surfaceScalarField > relative(const tmp< surfaceScalarField > &phi) const
Return the given absolute flux relative within the MRF region.
void makeAbsolute(volVectorField &U) const
Make the given relative velocity absolute within the MRF region.
void operator=(const MRFZoneList &)
Disallow default bitwise assignment.
void correctBoundaryFlux(const volVectorField &U, surfaceScalarField &phi) const
Correct the boundary flux for the rotation of the MRF region.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
bool read(const dictionary &dict)
Read dictionary.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
~MRFZoneList()
Destructor.
Generic GeometricField class.