57 Info<<
" Selecting film force models" <<
endl;
58 if (models.size() > 0)
83 auto& result = tResult.ref();
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
const force * set(const label i) const
void setSize(const label n)
constexpr PtrList() noexcept
void size(const label n)
Older name for setAddressableSize.
const force & operator[](const label i) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
forceList(surfaceFilmRegionModel &film)
Construct null.
virtual ~forceList()
Destructor.
tmp< fvVectorMatrix > correct(volVectorField &U)
Return (net) force system.
Base class for film (stress-based) force models.
static autoPtr< force > New(surfaceFilmRegionModel &film, const dictionary &dict, const word &modelType)
Return a reference to the selected force model.
Base class for surface film models.
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
List< word > wordList
List of word.
GeometricField< vector, fvPatchField, volMesh > volVectorField
const dimensionSet dimArea(sqr(dimLength))
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
const dimensionSet dimForce
const dimensionSet dimVolume(pow3(dimLength))
#define forAll(list, i)
Loop across all elements in list.