213#ifndef Foam_functionObjects_energyTransport_H
214#define Foam_functionObjects_energyTransport_H
241 fv::optionList fvOptions_;
250 PtrList<dimensionedScalar> Cps_;
253 PtrList<dimensionedScalar> kappas_;
256 UPtrList<volScalarField> phases_;
295 tmp<volScalarField>
kappaEff()
const;
298 tmp<volScalarField>
rho()
const;
301 tmp<volScalarField>
Cp()
const;
304 tmp<volScalarField> kappa()
const;
338 virtual bool write();
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Computes the simplified energy transport equation in single-phase or two-phase flow,...
virtual ~energyTransport()=default
Destructor.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function object output.
energyTransport(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool read(const dictionary &)
Read the function-object dictionary.
TypeName("energyTransport")
Runtime type information.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
List of finite volume options.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
const volScalarField & Cp
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
List< word > wordList
List of word.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.