Go to the documentation of this file.
108 scalar t = patch().boundaryMesh().mesh().time().value();
109 scalar theta0 = thetaT0_;
121 theta0 = thetaT0_ + (t - t0_)*(thetaTe_ - thetaT0_)/(te_ - t0_);
135 os.
writeKeyword(
"thetaT0") << thetaT0_ << token::END_STATEMENT <<
nl;
137 os.
writeKeyword(
"thetaTe") << thetaTe_ << token::END_STATEMENT <<
nl;
138 writeEntry(
"value", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A class for managing temporary objects.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
volScalarField scalarField(fieldObject, mesh)
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...