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.
Real m_r1
"First reflection coefficient"
Definition CD_EBHelmholtzLarsenDomainBCFactory.H:100
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
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:29
EBHelmholtzLarsenDomainBCFactory(const EBHelmholtzLarsenDomainBCFactory &&a_other)=delete
No move construction.
virtual RefCountedPtr< EBHelmholtzDomainBC > create() const override
Factory method.
Definition CD_EBHelmholtzLarsenDomainBCFactory.cpp:45
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:37
TracerParticleSolver()
Default constructor.
Definition CD_TracerParticleSolverImplem.H:25