35Foam::enginePiston::enginePiston
38 const word& pistonPatchName,
53Foam::enginePiston::enginePiston
66 minLayer_(
dict.get<scalar>(
"minLayer")),
67 maxLayer_(
dict.get<scalar>(
"maxLayer"))
77 os.writeEntry(
"patch", patchID_.
name());
78 os.writeEntry(
"minLayer", minLayer_);
79 os.writeEntry(
"maxLayer", maxLayer_);
const wordRe & name() const noexcept
The selector name.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface....
Base class for coordinate system specification, the default coordinate system type is cartesian .
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void writeDict(Ostream &) const
Write dictionary.
An abstract class for the time description of the piston motion.
Mesh consisting of general polyhedral cells.
Lookup type of boundary radiation properties.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
Interpolates y values from one curve to another with a different x distribution.
Type & refCast(U &obj)
A dynamic_cast (for references) to Type reference.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
constexpr char nl
The newline '\n' character (0x0a).