33 #ifndef correctFixedFluxBCs_H
34 #define correctFixedFluxBCs_H
46 template<
class Type,
class GeoMesh>
63 && isA<fixedValueFvsPatchScalarField>
70 && isA<fixedValueFvsPatchScalarField>
#define forAll(list, i)
Loop across all elements in list.
Boundary & boundaryFieldRef()
Return a reference to the boundary field.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseModel & phase1() const
Return phase 1.
const phaseModel & phase2() const
Return phase 2.
virtual bool stationary() const =0
Return whether the phase is stationary.
virtual tmp< surfaceScalarField > phi() const =0
Return the volumetric flux.
A class for managing temporary objects.
tmp< GeometricField< Type, GeoMesh > > correctFixedFluxBCs(const phaseInterface &interface, tmp< GeometricField< Type, GeoMesh >> tfield)