35 #ifndef transferModelList_H 36 #define transferModelList_H 46 namespace regionModels
48 namespace surfaceFilmModels
Base class for surface film models.
Base class for surface film sub-models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const transferModelList &)=delete
Disallow default bitwise assignment.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
virtual void correct(scalarField &availableMass, volScalarField &massToTransfer)
Correct kinematic transfers.
transferModelList(surfaceFilmRegionModel &film)
Construct null.
List container for film transfer models.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void info(Ostream &os)
Provide some info.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
virtual ~transferModelList()
Destructor.