chombo-discharge
Loading...
Searching...
No Matches
CD_EBHelmholtzNeumannEBBCFactory.H
1/* chombo-discharge
2 * Copyright © 2021 SINTEF Energy Research.
3 * Please refer to Copyright.txt and LICENSE in the chombo-discharge root directory.
4 */
5
6/*
7 @file CD_EBHelmholtzNeumannEBBCFactory.H
8 @brief Declaration of a factory class for making Neumann BCs in an EBHelmholtzOp context
9 @author Robert Marskar
10*/
11
12#ifndef CD_EBHelmholtzNeumannEBBCFactory_H
13#define CD_EBHelmholtzNeumannEBBCFactory_H
14
15// Our includes
16#include <CD_EBHelmholtzEBBCFactory.H>
17#include <CD_NamespaceHeader.H>
18
109
110#include <CD_NamespaceFooter.H>
111
112#endif
Factory class for making EBHelmholtzEBBCs.
Definition CD_EBHelmholtzEBBCFactory.H:26
Factory class which generates EBHelmholtzNeumannEBBC.
Definition CD_EBHelmholtzNeumannEBBCFactory.H:23
Real m_constantDphiDn
Value on EB.
Definition CD_EBHelmholtzNeumannEBBCFactory.H:102
void setDphiDn(const Real a_DphiDn)
Set value of dphi/dn on the EB.
Definition CD_EBHelmholtzNeumannEBBCFactory.cpp:50
void setBxDphiDn(const Real a_BxDphiDn)
Set the value of B*dphi/dn on the EB.
Definition CD_EBHelmholtzNeumannEBBCFactory.cpp:76
EBHelmholtzNeumannEBBCFactory()
Constructor.
Definition CD_EBHelmholtzNeumannEBBCFactory.cpp:20
std::function< Real(const RealVect &a_pos)> m_functionDphiDn
Value on the EB.
Definition CD_EBHelmholtzNeumannEBBCFactory.H:107
bool m_useFunction
Use function for BC value.
Definition CD_EBHelmholtzNeumannEBBCFactory.H:97
bool m_useConstant
Use constant for BC.
Definition CD_EBHelmholtzNeumannEBBCFactory.H:92
bool m_multByBco
Multiply by b-coefficient or not.
Definition CD_EBHelmholtzNeumannEBBCFactory.H:87
RefCountedPtr< EBHelmholtzEBBC > create() override
Factory method.
Definition CD_EBHelmholtzNeumannEBBCFactory.cpp:96
virtual ~EBHelmholtzNeumannEBBCFactory()
Destructor.
Definition CD_EBHelmholtzNeumannEBBCFactory.cpp:44
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