chombo-discharge
Loading...
Searching...
No Matches
CD_EBHelmholtzLarsenDomainBCFactory.H
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2021-2026 SINTEF Energy Research
3 *
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
13#ifndef CD_EBHELMHOLTZLARSENDOMAINBCFACTORY_H
14#define CD_EBHELMHOLTZLARSENDOMAINBCFACTORY_H
15
16// Our includes
17#include <CD_RtSpecies.H>
18#include <CD_EBHelmholtzDomainBCFactory.H>
19#include <CD_NamespaceHeader.H>
20
114
115#include <CD_NamespaceFooter.H>
116
117#endif
Declaration of a class which supplies a user interface to radiative transfer code.
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