NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType > Class Template Reference

#include <symmetry.hpp>

Inheritance diagram for NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >:

Public Member Functions

 Symmetry (const UnstructuredMesh &mesh, const Dictionary &dict, localIdx patchID)
 
void correctBoundaryCondition (Field< ValueType > &domainVector) override
 
std::unique_ptr< SurfaceBoundaryFactory< ValueType > > clone () const override
 

Static Public Member Functions

static std::string name ()
 
static std::string doc ()
 
static std::string schema ()
 

Detailed Description

template<typename ValueType>
class NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >

Definition at line 82 of file symmetry.hpp.

Constructor & Destructor Documentation

◆ Symmetry()

template<typename ValueType >
NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >::Symmetry ( const UnstructuredMesh mesh,
const Dictionary dict,
localIdx  patchID 
)
inline

Definition at line 88 of file symmetry.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
std::unique_ptr< SurfaceBoundaryFactory< ValueType > > NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >::clone ( ) const
inlineoverride

Definition at line 104 of file symmetry.hpp.

◆ correctBoundaryCondition()

template<typename ValueType >
void NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >::correctBoundaryCondition ( Field< ValueType > &  domainVector)
inlineoverride

Definition at line 92 of file symmetry.hpp.

◆ doc()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >::doc ( )
inlinestatic

Definition at line 98 of file symmetry.hpp.

◆ name()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >::name ( )
inlinestatic

Definition at line 97 of file symmetry.hpp.

◆ schema()

template<typename ValueType >
static std::string NeoN::finiteVolume::cellCentred::surfaceBoundary::Symmetry< ValueType >::schema ( )
inlinestatic

Definition at line 102 of file symmetry.hpp.


The documentation for this class was generated from the following file: