Go to the documentation of this file.
56 fld += operator[](i).UTrans();
73 fvm += operator[](i).SU(
U);
83 tmp<volScalarField::Internal> tfld
90 mesh_.time().timeName(),
104 fld += operator[](i).hsTrans();
121 fvm += operator[](i).Sh(hs);
139 fvm += operator[](i).SYi(ii, Yi);
149 tmp<volScalarField::Internal> tfld
156 mesh_.time().timeName(),
170 forAll(
operator[](i).rhoTrans(), j)
172 fld += operator[](i).rhoTrans()[j];
192 mesh_.time().timeName(),
206 fld += operator[](i).Srho();
226 mesh_.time().timeName(),
240 fld += operator[](j).Srho(i);
257 fvm += operator[](i).Srho(
rho);
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for managing temporary objects.
static constexpr const zero Zero
const dimensionSet dimVelocity
const dimensionSet dimEnergy
const dimensionSet dimDensity
static word timeName(const scalar t, const int precision=precision_)
const dimensionSet dimForce
tmp< volVectorField::Internal > UTrans() const
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< volScalarField::Internal > Srho() const
fvMatrix< vector > fvVectorMatrix
fvMatrix< scalar > fvScalarMatrix
DimensionedField< Type, GeoMesh > Internal
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< ' ';}gmvFile<< nl;for(const word &name :lagrangianScalarNames){ IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
tmp< volScalarField::Internal > hsTrans() const
Generic dimensioned Type class.
const dimensionSet dimMass(1, 0, 0, 0, 0, 0, 0)
GeometricField< vector, fvPatchField, volMesh > volVectorField
tmp< volScalarField::Internal > rhoTrans() const
A special matrix type and solver, designed for finite volume solutions of scalar equations....
const Time & time() const
tmp< fvScalarMatrix > SYi(const label i, volScalarField &Yi) const
Generic GeometricField class.
tmp< fvVectorMatrix > SU(volVectorField &U) const
tmp< fvScalarMatrix > Sh(volScalarField &hs) const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...