Base class for passing domain boundary conditions into EBHelmholtzOp.
Definition CD_EBHelmholtzDomainBCFactory.H:28
Class for making Larsen boundary conditions.
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:25
EBHelmholtzLarsenDomainBCFactory(const EBHelmholtzLarsenDomainBCFactory &a_other)=delete
No copy construction.
Real m_r1
"First reflection coefficient"
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:102
EBHelmholtzLarsenDomainBCFactory()=delete
Disallowed weak constructor.
RefCountedPtr< RtSpecies > m_species
Radiative transfer species.
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:97
SourceFunction m_source
Source term.
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:112
virtual ~EBHelmholtzLarsenDomainBCFactory()
Default constructor.
Real m_r2
"Second reflection coefficient"
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:107
EBHelmholtzLarsenDomainBCFactory & operator=(const EBHelmholtzLarsenDomainBCFactory &&a_other)=delete
No move assignment.
std::function< Real(const RealVect &a_position)> SourceFunction
Alias for source function.
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:30
EBHelmholtzLarsenDomainBCFactory(const EBHelmholtzLarsenDomainBCFactory &&a_other)=delete
No move construction.
virtual RefCountedPtr< EBHelmholtzDomainBC > create() const override
Factory method.
Definition CD_EBHelmholtzLarsenDomainBCFactory.cpp:39
EBHelmholtzLarsenDomainBCFactory & operator=(const EBHelmholtzLarsenDomainBCFactory &a_other)=delete
No copy assignment.
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