Go to the documentation of this file.
146 #ifndef functionObjects_scalarTransport_H
147 #define functionObjects_scalarTransport_H
157 namespace functionObjects
164 class scalarTransport
166 public fvMeshFunctionObject
186 word phasePhiCompressedName_;
204 bool resetOnStartUp_;
210 fv::optionList fvOptions_;
222 tmp<volScalarField> D
266 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
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;forAll(lagrangianScalarNames, i){ word name=lagrangianScalarNames[i];IOField< scalar > s(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
A class for managing temporary objects.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual bool read(const dictionary &)
virtual ~scalarTransport()
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
TypeName("scalarTransport")
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Generic GeometricField class.
List of finite volume options.
Evolves a passive scalar transport equation.