32 namespace regionModels
34 namespace surfaceFilmModels
43 const typename Type::cmptType& value
46 typename Type::Boundary& fieldBf = field.boundaryFieldRef();
48 forAll(intCoupledPatchIDs_, i)
54 Info<<
"Constraining " << field.name()
55 <<
" boundary " << field.boundaryField()[
patchi].patch().name()
56 <<
" to " << value <<
endl;
60 forAll(passivePatchIDs_, i)
66 Info<<
"Constraining " << field.name()
67 <<
" boundary " << field.boundaryField()[
patchi].patch().name()
68 <<
" to " << value <<
endl;
#define forAll(list, i)
Loop across all elements in list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void constrainFilmField(Type &field, const typename Type::cmptType &value)
Constrain a film region master/slave boundaries of a field to a.