12 #ifndef CD_MFHelmholtzElectrostaticEBBCFactory_H
13 #define CD_MFHelmholtzElectrostaticEBBCFactory_H
18 #include <CD_NamespaceHeader.H>
103 RefCountedPtr<EBHelmholtzEBBC>
104 create(
const int a_iphase,
const RefCountedPtr<MFHelmholtzJumpBC>& a_jumpBC)
const override;
128 #include <CD_NamespaceFooter.H>
Data holder for holding the voltage at electrodes.
Declaration of an EB boundary condition factory class for MFHelmholtzOp.
Class which maps boundary condition types to a side and direction.
Definition: CD_ElectrostaticEbBc.H:33
Base class for making boundary conditions on the EB in a multifluid context.
Definition: CD_MFHelmholtzEBBCFactory.H:24
Class for making electrostatic boundary conditions on EBs in an MFHelmholtzOp context.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.H:27
virtual void setWeight(const int a_weight)
Set BC order.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.cpp:49
MFHelmholtzElectrostaticEBBCFactory(MFHelmholtzElectrostaticEBBCFactory &a_other)=delete
No copy construction.
RefCountedPtr< EBHelmholtzEBBC > create(const int a_iphase, const RefCountedPtr< MFHelmholtzJumpBC > &a_jumpBC) const override
Factory method.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.cpp:67
int m_domainDropOrder
Special flag for dropping stencil order when domains become coarser than this.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.H:120
int m_order
Stencil order.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.H:110
int m_weight
Stencil weight.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.H:115
ElectrostaticEbBc m_electrostaticBCs
Electrostatic boundary conditions.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.H:125
MFHelmholtzElectrostaticEBBCFactory & operator=(const MFHelmholtzElectrostaticEBBCFactory &)=delete
No copy assignment.
MFHelmholtzElectrostaticEBBCFactory()=delete
Weak constructor is bad, use the full constructor.
virtual void setDomainDropOrder(const int a_domainSize)
Drop BC order if domain size is equal or below this.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.cpp:59
virtual ~MFHelmholtzElectrostaticEBBCFactory()
Default constructor (does nothing)
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.cpp:33
MFHelmholtzElectrostaticEBBCFactory(MFHelmholtzElectrostaticEBBCFactory &&a_other)=delete
No move construction.
virtual void setOrder(const int a_order)
Set BC order.
Definition: CD_MFHelmholtzElectrostaticEBBCFactory.cpp:39
MFHelmholtzElectrostaticEBBCFactory & operator=(const MFHelmholtzElectrostaticEBBCFactory &&)=delete
No move assignment.