12 #ifndef CD_MFHelmholtzSaturationChargeJumpBCFactory_H
13 #define CD_MFHelmholtzSaturationChargeJumpBCFactory_H
17 #include <CD_NamespaceHeader.H>
28 using BcoefPtr = RefCountedPtr<LevelData<MFBaseIVFAB>>;
54 virtual RefCountedPtr<MFHelmholtzJumpBC>
63 const IntVect a_ghostPhi)
override;
72 #include <CD_NamespaceFooter.H>
Declaration of a factory class for making MFHelmholtzJumpBC objects for use in a multifluid MFHelmhol...
Factory class for making jump boundary condition objects in a multifluid MFHelmholtzOp context.
Definition: CD_MFHelmholtzJumpBCFactory.H:23
Factory class for making saturation charge jump boundary condition objects in multifluid Helmholtz co...
Definition: CD_MFHelmholtzSaturationChargeJumpBCFactory.H:23
virtual ~MFHelmholtzSaturationChargeJumpBCFactory()
Default constructor.
Definition: CD_MFHelmholtzSaturationChargeJumpBCFactory.cpp:27
MFHelmholtzSaturationChargeJumpBCFactory(const phase::which_phase a_phase)
Full constructor.
Definition: CD_MFHelmholtzSaturationChargeJumpBCFactory.cpp:20
virtual RefCountedPtr< MFHelmholtzJumpBC > create(const Location::Cell a_dataLocation, const MFLevelGrid &a_mflg, const BcoefPtr &a_Bcoef, const Real a_dx, const int a_order, const int a_weight, const int a_radius, const int a_ghostCF, const IntVect a_ghostPhi) override
Factory method for creating MFHelmholtzSaturationChargeJumpBC objects.
Definition: CD_MFHelmholtzSaturationChargeJumpBCFactory.cpp:33
phase::which_phase m_phase
Which phase the saturation BC is applied on.
Definition: CD_MFHelmholtzSaturationChargeJumpBCFactory.H:69
RefCountedPtr< LevelData< MFBaseIVFAB > > BcoefPtr
Alias to cut down on typing.
Definition: CD_MFHelmholtzSaturationChargeJumpBCFactory.H:28
Wrapper class for holding multifluid EBLevelGrids.
Definition: CD_MFLevelGrid.H:29
Cell
Enum for distinguishing between cell locations.
Definition: CD_Location.H:30