Go to the documentation of this file.
44 this->refValue() = Type(
Zero);
45 this->refGrad() = Type(
Zero);
46 this->valueFraction() = 0.0;
108 os <<
"# Values: value snGrad refValue refGrad valueFraction" <<
endl;
121 const scalarField& valueFraction(this->valueFraction());
125 os << this->operator[](facei) << token::SPACE
126 <<
snGrad[facei] << token::SPACE
127 << refValue[facei] << token::SPACE
128 << refGrad[facei] << token::SPACE
129 << valueFraction[facei] <<
nl;
139 ISstream& iss =
dynamic_cast<ISstream&
>(is);
146 IStringStream lineStr(line);
155 >> this->refValue()[facei]
156 >> this->refGrad()[facei]
157 >> this->valueFraction()[facei];
virtual void writeData(Ostream &os) const
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > snGrad(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
ISstream & getLine(std::string &str, char delim='\n')
static constexpr const zero Zero
Generic input stream using a standard (STL) stream.
virtual void writeHeader(Ostream &os) const
Ostream & endl(Ostream &os)
Extends the mixed boundary condition with serialisation functions.
externalCoupledMixedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
This boundary condition provides a base class for 'mixed' type boundary conditions,...
virtual void readData(Istream &is)
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...