Go to the documentation of this file.
32 namespace regionModels
34 namespace surfaceFilmModels
55 Info<<
" Selecting film force models" <<
endl;
56 if (models.
size() > 0)
points setSize(newPointi)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
Ostream & endl(Ostream &os)
Add newline and flush stream.
tmp< fvVectorMatrix > correct(volVectorField &U)
Return (net) force system.
const dimensionSet dimForce
fvMatrix< vector > fvVectorMatrix
const dimensionSet dimArea(sqr(dimLength))
static autoPtr< force > New(surfaceFilmModel &owner, const dictionary &dict, const word &modelType)
Return a reference to the selected force model.
const T & operator[](const label) const
Return element const reference.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
forceList(surfaceFilmModel &owner)
Construct null.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for film (stress-based) force models.
A special matrix type and solver, designed for finite volume solutions of scalar equations....
virtual ~forceList()
Destructor.
Base class for surface film models.
void size(const label)
Override size to be inconsistent with allocated storage.
const dimensionSet dimVolume(pow3(dimLength))
Generic GeometricField class.