Go to the documentation of this file.
44 this->valueFraction() = 0.0;
114 os <<
"# Values: value snGrad refValue refGrad valueFraction" <<
endl;
127 const scalarField& valueFraction(this->valueFraction());
131 os << this->operator[](faceI) << token::SPACE
132 <<
snGrad[faceI] << token::SPACE
133 << refValue[faceI] << token::SPACE
134 << refGrad[faceI] << token::SPACE
135 << valueFraction[faceI] <<
nl;
161 >> this->refValue()[faceI]
162 >> this->refGrad()[faceI]
163 >> this->valueFraction()[faceI];
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
virtual void readData(Istream &)
Read data.
virtual void writeHeader(Ostream &) const
Write header.
#define forAll(list, i)
Loop across all elements in list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
This boundary condition extends the mixed boundary condition with serialisation through.
virtual void writeData(Ostream &) const
Write data.
externalCoupledMixedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
ISstream & getLine(string &)
Raw, low-level getline into a string function.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual ~externalCoupledMixedFvPatchField()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Input from memory buffer stream.
This boundary condition provides a base class for 'mixed' type boundary conditions,...
Traits class for primitives.
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...