43 void fvMesh::makeSf()
const 47 Info<<
"void fvMesh::makeSf() : " 48 <<
"assembling face areas" 57 <<
"face areas already exist" 80 void fvMesh::makeMagSf()
const 84 Info<<
"void fvMesh::makeMagSf() : " 85 <<
"assembling mag face areas" 94 <<
"mag face areas already exist" 118 void fvMesh::makeC()
const 122 Info<<
"void fvMesh::makeC() : " 123 <<
"assembling cell centres" 132 <<
"cell centres already exist" 160 void fvMesh::makeCf()
const 164 Info<<
"void fvMesh::makeCf() : " 165 <<
"assembling face centres" 174 <<
"face centres already exist" 205 Info<<
"fvMesh::V() const: " 206 <<
"constructing from primitiveMesh::cellVolumes()" 236 <<
"V0 is not available" 249 <<
"V0 is not available" 263 Info<<
"fvMesh::V00() const: " 264 <<
"constructing from V0" 302 if (tFrac < (1 - SMALL))
304 return V0() + tFrac*(
V() -
V0());
333 return V0() + t0Frac*(
V() -
V0());
395 Info<<
"void fvMesh::delta() : " 396 <<
"calculating face deltas" 426 delta[facei] = C[neighbour[facei]] - C[owner[facei]];
443 <<
"mesh flux field does not exist, is the mesh actually moving?" 463 <<
"mesh flux field does not exist, is the mesh actually moving?" const vectorField & faceAreas() const
static word meshSubDir
Return the mesh sub-directory name (usually "polyMesh")
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensioned< scalar > mag(const dimensioned< Type > &)
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const surfaceVectorField & Sf() const
Return cell face area vectors.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const DimensionedField< scalar, volMesh > & V() const
Return cell volumes.
const surfaceScalarField & phi() const
Return cell face motion fluxes.
const dimensionSet dimArea(sqr(dimLength))
const DimensionedField< scalar, volMesh > & V00() const
Return old-old-time cell volumes.
const labelUList & owner() const
Internal face owner.
DimensionedField< scalar, volMesh > & setV0()
Return old-time cell volumes.
Graphite solid properties.
SlicedGeometricField< vector, fvsPatchField, slicedFvsPatchField, surfaceMesh > slicedSurfaceVectorField
The time value with time-stepping information, user-defined remapping, etc.
const vectorField & cellCentres() const
const surfaceVectorField & Cf() const
Return face centres as surfaceVectorField.
const fileName & pointsInstance() const
Return the current instance directory for points.
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
const Time & time() const
Return the top-level database.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const surfaceScalarField & magSf() const
Return cell face area magnitudes.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
scalar deltaTValue() const
Return time step value.
const volVectorField & C() const
Return cell centres as volVectorField.
label timeIndex() const
Return current time index.
SlicedGeometricField< vector, fvPatchField, slicedFvPatchField, volMesh > slicedVolVectorField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
errorManip< error > abort(error &err)
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
tmp< DimensionedField< scalar, volMesh > > Vsc() const
Return sub-cycle cell volumes.
IOobject(const word &name, const fileName &instance, const objectRegistry ®istry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
Construct from name, instance, registry, io options.
const dimensionSet dimVolume(pow3(dimLength))
surfaceScalarField & setPhi()
Return cell face motion fluxes.
DimensionedField< Type, GeoMesh > DimensionedInternalField
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
label timeIndex() const
Return the time index of the field.
const scalarField & cellVolumes() const
const labelUList & neighbour() const
Internal face neighbour.
The internalField of a SlicedGeometricField.
bool moving() const
Is mesh moving.
tmp< surfaceVectorField > delta() const
Return face deltas as surfaceVectorField.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A class for managing temporary objects.
const DimensionedField< scalar, volMesh > & V0() const
Return old-time cell volumes.
tmp< DimensionedField< scalar, volMesh > > Vsc0() const
Return sub-cycl old-time cell volumes.
const Type & value() const
Return const reference to value.
const TimeState & prevTimeState() const
Return previous TimeState if time is being sub-cycled.
const vectorField & faceCentres() const
const fvBoundaryMesh & boundary() const
Return reference to boundary mesh.
static int debug
Debug switch.