Go to the documentation of this file.
49 bool Foam::writeFreeSurface::writeData()
57 refCast<interfaceTrackingFvMesh>
65 itm.writeVTKControlPoints();
74 Foam::writeFreeSurface::writeFreeSurface
86 Info<<
"Creating " << this->
name() <<
" function object." <<
endl;
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
static word defaultRegion
The interfaceTrackingFvMesh.
Abstract base class for geometry and/or topology changing fvMesh.
bool outputTime() const noexcept
Ostream & endl(Ostream &os)
Mesh consisting of general polyhedral cells.
Abstract base-class for Time/database function objects.
Istream and Ostream manipulators taking arguments.
const Type & lookupObject(const word &name, const bool recursive=false) const
static void writeData(Ostream &os, const Type &val)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A function object to write the control points on the free surface.
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
const word & name() const noexcept
word name(const expressions::valueTypeCode typeCode)
virtual bool read(const dictionary &dict)
defineTypeNameAndDebug(combustionModel, 0)
bool readIfPresent(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const