Go to the documentation of this file.
71 fvm += operator[](i).SU(
U);
88 mesh_.time().timeName(),
102 fld += operator[](i).hsTrans();
119 fvm += operator[](i).Sh(hs);
137 fvm += operator[](i).SYi(ii, Yi);
154 mesh_.time().timeName(),
168 forAll(
operator[](i).rhoTrans(), j)
170 fld += operator[](i).rhoTrans()[j];
190 mesh_.time().timeName(),
204 fld += operator[](i).Srho();
224 mesh_.time().timeName(),
238 fld += operator[](j).Srho(i);
255 fvm += operator[](i).Srho(
rho);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
const dimensionSet dimVelocity
const dimensionSet dimEnergy
const dimensionSet dimDensity
const dimensionSet dimForce
tmp< DimensionedField< vector, volMesh > > UTrans() const
Return const reference to momentum source.
A special matrix type and solver, designed for finite volume solutions of scalar equations.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
tmp< DimensionedField< scalar, volMesh > > Srho() const
Return tmp total mass source for carrier phase.
fvMatrix< vector > fvVectorMatrix
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fvMatrix< scalar > fvScalarMatrix
const T & operator[](const label) const
Return element const reference.
tmp< DimensionedField< scalar, volMesh > > hsTrans() const
Sensible enthalpy transfer [J/kg].
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))
Generic dimensioned Type class.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
tmp< DimensionedField< scalar, volMesh > > rhoTrans() const
Return total mass transfer [kg/m3].
A special matrix type and solver, designed for finite volume solutions of scalar equations....
const Time & time() const
Return the top-level database.
tmp< fvScalarMatrix > SYi(const label i, volScalarField &Yi) const
Return mass source term for specie i - specie eqn.
const fvMesh & mesh_
Reference to the mesh.
Generic GeometricField class.
tmp< fvVectorMatrix > SU(volVectorField &U) const
Return tmp momentum source term.
tmp< fvScalarMatrix > Sh(volScalarField &hs) const
Return sensible enthalpy source term [J/kg/m3/s].
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...