Factory class for making jump boundary condition objects in a multifluid MFHelmholtzOp context.
More...
#include <CD_MFHelmholtzJumpBCFactory.H>
|
int | m_domainDropOrder |
| Special flag for dropping stencil order when domains become coarser than this.
|
|
Factory class for making jump boundary condition objects in a multifluid MFHelmholtzOp context.
◆ create()
RefCountedPtr< MFHelmholtzJumpBC > MFHelmholtzJumpBCFactory::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 |
|
) |
| |
|
virtual |
Factory method for creating MFHelmholtzJumpBC objects.
- Parameters
-
[in] | a_dataLocation | Data centering |
[in] | a_mflg | Grids |
[in] | a_Bcoef | Helmholtz B-coefficient |
[in] | a_dx | Grid resolution |
[in] | a_order | Stencil approximation order |
[in] | a_weight | Weighting factor for least squares |
[in] | a_radius | Stencil radius |
[in] | a_ghostCF | Number of grid cells that were filled across the CF. |
[in] | a_ghostPhi | Number of ghost cells in phi |
Reimplemented in MFHelmholtzSaturationChargeJumpBCFactory.
The documentation for this class was generated from the following files: