26 template<
class FieldType>
27 void Foam::solvers::isothermalFilm::constrainField
32 typename FieldType::Boundary& fieldBf = field.boundaryFieldRef();
47 template<
class FieldType>
50 const FieldType& field
57 "constrained(" + field.name() +
')',
62 constrainField(tresult.
ref());
68 template<
class FieldType>
78 "constrained(" + tfield().
name() +
')',
83 constrainField(tresult.
ref());
#define forAll(list, i)
Loop across all elements in list.
label surfacePatchID
Film surface patch ID.
labelList wallPatchIDs
List of film wall patch IDs.
T & ref() const
Return non-const reference or generate a fatal error.
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
word name(const bool)
Return a word representation of a bool.