chombo-discharge
Loading...
Searching...
No Matches
CD_MFHelmholtzNeumannEBBCFactory.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_MFHELMHOLTZNEUMANNEBBCFACTORY_H
14#define CD_MFHELMHOLTZNEUMANNEBBCFACTORY_H
15
16// Our includes
18#include <CD_NamespaceHeader.H>
19
117
118#include <CD_NamespaceFooter.H>
119
120#endif
Declaration of an EB boundary condition factory class for MFHelmholtzOp.
Base class for making boundary conditions on the EB in a multifluid context.
Definition CD_MFHelmholtzEBBCFactory.H:25
Class for making Neumann boundary conditions on the EB in a multifluid context.
Definition CD_MFHelmholtzNeumannEBBCFactory.H:25
RefCountedPtr< EBHelmholtzEBBC > create(const int a_iphase, const RefCountedPtr< MFHelmholtzJumpBC > &a_jumpBC) const override
Factory method.
Definition CD_MFHelmholtzNeumannEBBCFactory.cpp:92
bool m_useFunction
Use function for BC value.
Definition CD_MFHelmholtzNeumannEBBCFactory.H:105
~MFHelmholtzNeumannEBBCFactory()
Default constructor.
Definition CD_MFHelmholtzNeumannEBBCFactory.cpp:40
bool m_multByBco
Multiply by b-coefficient or not.
Definition CD_MFHelmholtzNeumannEBBCFactory.H:95
MFHelmholtzNeumannEBBCFactory()
Weak constructor. Must subsequently set order, weight, and value.
Definition CD_MFHelmholtzNeumannEBBCFactory.cpp:21
void setDphiDn(const Real a_DphiDn)
Set value of dphi/dn on the EB.
Definition CD_MFHelmholtzNeumannEBBCFactory.cpp:46
void setBxDphiDn(const Real a_BxDphiDn)
Set the value of B*dphi/dn on the EB.
Definition CD_MFHelmholtzNeumannEBBCFactory.cpp:72
Real m_constantDphiDn
Value on EB.
Definition CD_MFHelmholtzNeumannEBBCFactory.H:110
bool m_useConstant
Use constant for BC.
Definition CD_MFHelmholtzNeumannEBBCFactory.H:100
std::function< Real(const RealVect &a_pos)> m_functionDphiDn
Value on the EB.
Definition CD_MFHelmholtzNeumannEBBCFactory.H:115
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