Base class for passing domain boundary conditions into EBHelmholtzOp.
Definition: CD_EBHelmholtzDomainBCFactory.H:27
Class for making Larsen boundary conditions.
Definition: CD_EBHelmholtzLarsenDomainBCFactory.H:24
EBHelmholtzLarsenDomainBCFactory(const EBHelmholtzLarsenDomainBCFactory &a_other)=delete
No copy construction.
EBHelmholtzLarsenDomainBCFactory & operator=(const EBHelmholtzLarsenDomainBCFactory &a_other)=delete
No copy assignment.
Real m_r1
"First reflection coefficient"
Definition: CD_EBHelmholtzLarsenDomainBCFactory.H:100
EBHelmholtzLarsenDomainBCFactory & operator=(const EBHelmholtzLarsenDomainBCFactory &&a_other)=delete
No move assignment.
EBHelmholtzLarsenDomainBCFactory()=delete
Disallowed weak constructor.
RefCountedPtr< RtSpecies > m_species
Radiative transfer species.
Definition: CD_EBHelmholtzLarsenDomainBCFactory.H:95
SourceFunction m_source
Source term.
Definition: CD_EBHelmholtzLarsenDomainBCFactory.H:110
virtual ~EBHelmholtzLarsenDomainBCFactory()
Default constructor.
Definition: CD_EBHelmholtzLarsenDomainBCFactory.cpp:41
Real m_r2
"Second reflection coefficient"
Definition: CD_EBHelmholtzLarsenDomainBCFactory.H:105
std::function< Real(const RealVect &a_position)> SourceFunction
Alias for source function.
Definition: CD_EBHelmholtzLarsenDomainBCFactory.H:29
EBHelmholtzLarsenDomainBCFactory(const EBHelmholtzLarsenDomainBCFactory &&a_other)=delete
No move construction.
virtual RefCountedPtr< EBHelmholtzDomainBC > create() const override
Factory method.
Definition: CD_EBHelmholtzLarsenDomainBCFactory.cpp:45