58 t0_(dict.
lookup<scalar>(
"t0")),
59 thetaT0_(dict.
lookup<scalar>(
"thetaT0")),
60 te_(dict.
lookup<scalar>(
"te")),
61 thetaTe_(dict.
lookup<scalar>(
"thetaTe"))
78 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_);
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
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.
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
volScalarField scalarField(fieldObject, mesh)
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
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.