13#ifndef CD_MFHELMHOLTZDIRICHLETEBBCFACTORY_H
14#define CD_MFHELMHOLTZDIRICHLETEBBCFACTORY_H
18#include <CD_NamespaceHeader.H>
134#include <CD_NamespaceFooter.H>
Declaration of an EB boundary condition factory class for MFHelmholtzOp.
Class for making Dirichlet boundary conditions on the EB in a multifluid context.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:24
virtual void setCoarseGridDropOrder(const bool a_dropOrder)
Signal that it should drop the stencil order if the cell is a coarsened cell.
Definition CD_MFHelmholtzDirichletEBBCFactory.cpp:90
virtual void setDomainDropOrder(const int a_domainSize)
Drop BC order if domain size is equal or below this.
Definition CD_MFHelmholtzDirichletEBBCFactory.cpp:82
~MFHelmholtzDirichletEBBCFactory()
Default constructor.
Definition CD_MFHelmholtzDirichletEBBCFactory.cpp:54
int m_order
Stencil order.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:111
bool m_dropOrder
Special flag for dropping stencil order if the cell is a coarsened cell.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:126
bool m_useFunction
Use function for BC value.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:101
Real m_constantValue
Value on EB.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:106
virtual void setValue(const Real a_value)
Set the value on the EB.
Definition CD_MFHelmholtzDirichletEBBCFactory.cpp:60
RefCountedPtr< EBHelmholtzEBBC > create(const int a_iphase, const RefCountedPtr< MFHelmholtzJumpBC > &a_jumpBC) const override
Factory method.
Definition CD_MFHelmholtzDirichletEBBCFactory.cpp:96
std::function< Real(const RealVect &a_pos)> m_functionValue
Value on the EB.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:131
bool m_useConstant
Use constant for BC.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:96
int m_domainDropOrder
Special flag for dropping stencil order when domains become coarser than this.
Definition CD_MFHelmholtzDirichletEBBCFactory.H:121
MFHelmholtzDirichletEBBCFactory()=delete
Weak constructor. Must subsequently set order, weight, and value.
int m_weight
Stencil weight (for weighted least squares)
Definition CD_MFHelmholtzDirichletEBBCFactory.H:116
Base class for making boundary conditions on the EB in a multifluid context.
Definition CD_MFHelmholtzEBBCFactory.H:25
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