13#ifndef CD_MFHELMHOLTZDIRICHLETEBBC_H
14#define CD_MFHELMHOLTZDIRICHLETEBBC_H
18#include <CD_NamespaceHeader.H>
147#include <CD_NamespaceFooter.H>
Declaration of an EB boundary condition class for MFHelmholtzOp.
Class for making Dirichlet boundary conditions on the EB in a multifluid context.
Definition CD_MFHelmholtzDirichletEBBC.H:24
virtual void setDomainDropOrder(const int a_domainSize)
Drop BC order if domain size is equal or below this.
Definition CD_MFHelmholtzDirichletEBBC.cpp:83
int m_order
Stencil order.
Definition CD_MFHelmholtzDirichletEBBC.H:99
virtual void setValue(const Real a_value)
Set the value on the EB.
Definition CD_MFHelmholtzDirichletEBBC.cpp:41
virtual void setCoarseGridDropOrder(const bool a_dropOrder)
Signal that it should drop the stencil order if the cell is a coarsened cell.
Definition CD_MFHelmholtzDirichletEBBC.cpp:91
virtual void applyEBFluxSinglePhase(VoFIterator &a_singlePhaseVofs, EBCellFAB &a_Lphi, const EBCellFAB &a_phi, const BaseIVFAB< Real > &a_Bcoef, const DataIndex &a_dit, const Real &a_beta, const bool &a_homogeneousPhysBC) const override
Apply flux single phase.
Definition CD_MFHelmholtzDirichletEBBC.cpp:242
int m_weight
Stencil weight.
Definition CD_MFHelmholtzDirichletEBBC.H:104
virtual ~MFHelmholtzDirichletEBBC()
Default constructor.
Definition CD_MFHelmholtzDirichletEBBC.cpp:35
virtual void defineSinglePhase() override
User define function.
Definition CD_MFHelmholtzDirichletEBBC.cpp:97
void setOrder(const int a_order)
Set stencil order.
Definition CD_MFHelmholtzDirichletEBBC.cpp:63
void setWeight(const int a_weight)
Set stencil weight.
Definition CD_MFHelmholtzDirichletEBBC.cpp:73
Real m_constantValue
Value on EB.
Definition CD_MFHelmholtzDirichletEBBC.H:94
std::function< Real(const RealVect &a_pos)> m_functionValue
Value on the EB. Does not apply to matching cells.
Definition CD_MFHelmholtzDirichletEBBC.H:119
bool m_useConstant
Use constant for BC.
Definition CD_MFHelmholtzDirichletEBBC.H:84
int m_domainDropOrder
Special flag for dropping stencil order when domains become coarser than this.
Definition CD_MFHelmholtzDirichletEBBC.H:109
bool m_useFunction
Use function for BC value.
Definition CD_MFHelmholtzDirichletEBBC.H:89
bool m_dropOrder
Special flag for dropping stencil order if the cell is a coarsened cell.
Definition CD_MFHelmholtzDirichletEBBC.H:114
Class for making boundary conditions on the EB in a multifluid context.
Definition CD_MFHelmholtzEBBC.H:28
Base class for a tracer particle solver. This solver can advance particles in a pre-defined velocity ...
Definition CD_TracerParticleSolver.H:38
TracerParticleSolver()
Default constructor.
Definition CD_TracerParticleSolverImplem.H:26