13#ifndef CD_MFHELMHOLTZSATURATIONCHARGEJUMPBC_H
14#define CD_MFHELMHOLTZSATURATIONCHARGEJUMPBC_H
18#include <CD_NamespaceHeader.H>
55 const IntVect a_ghostPhi);
74 matchBC(BaseIVFAB<Real>& a_jump,
75 const MFCellFAB& a_phi,
76 const bool a_homogeneousPhysBC,
77 const DataIndex& a_dit)
const override;
86#include <CD_NamespaceFooter.H>
Declaration of class for computing "jump interface" boundary conditions for multifluid Helmholtz code...
Class for computing "jump interface" boundary conditions for multifluid code.
Definition CD_MFHelmholtzJumpBC.H:45
RefCountedPtr< LevelData< MFBaseIVFAB > > BcoefPtr
Alias to cut down on typing.
Definition CD_MFHelmholtzJumpBC.H:50
RefCountedPtr< LevelData< BaseFab< bool > > > AmrMask
Alias to cut down on typing.
Definition CD_MFHelmholtzJumpBC.H:55
Class for computing matching the saturation charge boundary condition in an MFHelmholtzOp context.
Definition CD_MFHelmholtzSaturationChargeJumpBC.H:24
virtual void matchBC(BaseIVFAB< Real > &a_jump, const MFCellFAB &a_phi, const bool a_homogeneousPhysBC, const DataIndex &a_dit) const override
Match the BC.
Definition CD_MFHelmholtzSaturationChargeJumpBC.cpp:49
phase::which_phase m_phase
Phase where the saturation charge BC is applied.
Definition CD_MFHelmholtzSaturationChargeJumpBC.H:83
virtual ~MFHelmholtzSaturationChargeJumpBC()
Destructor (does nothing)
Definition CD_MFHelmholtzSaturationChargeJumpBC.cpp:43
MFHelmholtzSaturationChargeJumpBC()=delete
Disallowe weak construction.
Wrapper class for holding multifluid EBLevelGrids.
Definition CD_MFLevelGrid.H:30
Cell
Enum for distinguishing between cell locations.
Definition CD_Location.H:31
which_phase
Enumeration of supported phases.
Definition CD_MultiFluidIndexSpace.H:38