60 thetaT0_(gcpsf.thetaT0_),
93 thetaT0_(gcpsf.thetaT0_),
95 thetaTe_(gcpsf.thetaTe_)
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);
A list of keyword definitions, which are a keyword followed by any number of values (e...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Macros for easy insertion into run-time selection tables.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
volScalarField scalarField(fieldObject, mesh)
Ostream & writeKeyword(const keyType &)
Write the keyword followed by an appropriate indentation.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.