7#include "include/Sfx_IPhysicalAlgorithm.h"
12namespace Sfx {
class PhysicalSystem; }
39 void calculate( Sfx::PhysicalSystem* aPhySys)
override;
Calculate the characteristic information to set boundary node values (A,Q,H)
Definition Sfx_ImposeBnd.h:22
std::string m_Name
Definition Testvs19_ProtoAlgoPOM.h:65
void calculate(Sfx::PhysicalSystem *aPhySys) override
IPhysicalAlgorithm interface.
Definition Testvs19_ProtoAlgoPOM.cpp:26
void calculFF(const Sfx::PhysicalSystem *aPsys, const Sfx::EMcNeilBndCnd &aBC, RetRhsType *aRetRHS)
convective flux numerical treatment
Definition Testvs19_ProtoAlgoPOM.cpp:293
Sfx::LDeltaOperator::SWE_RHS m_sweRhs
Definition Testvs19_ProtoAlgoPOM.h:66
void traitementTermeP(const Sfx::PhysicalSystem *aPsys, const Sfx::EMcNeilBndCnd &aBC, RetRhsType *aRetRHS)
bottom source numerical treatment
Definition Testvs19_ProtoAlgoPOM.cpp:241
void traitementTermeS(const Sfx::PhysicalSystem *aPsys, const Sfx::EMcNeilBndCnd &aBC, RetRhsType *aRetRHS)
bottom source numerical treatment
Definition Testvs19_ProtoAlgoPOM.cpp:150
std::shared_ptr< Sfx::FieldLattice > scalarField
Definition Testvs19_ProtoAlgoPOM.h:28
EmcilAlgorithm(std::string aName)
defailt ctor
Definition Testvs19_ProtoAlgoPOM.cpp:19
Wrapper data type used as RHS (right-hand-side) return structure.
Definition Testvs19_RetRhsType.h:14
Definition Testvs19_BaseRhsPhysicsAlgorithm.cpp:19
Data structure RHS terms.
Definition Sfx_LDeltaOperator.h:55