83#ifndef functionObjects_filmFlux_H
84#define functionObjects_filmFlux_H
93namespace functionObjects
102 public stateFunctionObject
106 typedef regionModels::surfaceFilmModels::kinematicSingleLayer filmType;
118 const filmType& filmModel();
134 const dictionary&
dict
141 void operator=(
const filmFlux&) =
delete;
157 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Calculates the mass flux for surface film models.
filmFlux(const filmFlux &)=delete
No copy construct.
void operator=(const filmFlux &)=delete
No copy assignment.
filmFlux(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("filmFlux")
Runtime type information.
virtual ~filmFlux()=default
Destructor.
virtual bool execute()
Execute.
virtual bool write()
Write the field.
virtual bool read(const dictionary &)
Read the field data.
Base class for function objects, adding functionality to read/write state information (data required ...
Kinematic form of single-cell layer surface film model.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.