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

#include <symmetry.hpp>

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

Public Types

using SymmetryType = Symmetry< ValueType >
 

Public Member Functions

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

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::volumeBoundary::Symmetry< ValueType >

Definition at line 107 of file symmetry.hpp.

Member Typedef Documentation

◆ SymmetryType

template<typename ValueType >
using NeoN::finiteVolume::cellCentred::volumeBoundary::Symmetry< ValueType >::SymmetryType = Symmetry<ValueType>

Definition at line 113 of file symmetry.hpp.

Constructor & Destructor Documentation

◆ Symmetry()

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

Definition at line 115 of file symmetry.hpp.

Member Function Documentation

◆ clone()

template<typename ValueType >
virtual std::unique_ptr< VolumeBoundaryFactory< ValueType > > NeoN::finiteVolume::cellCentred::volumeBoundary::Symmetry< ValueType >::clone ( ) const
inlinefinalvirtual

Definition at line 133 of file symmetry.hpp.

◆ correctBoundaryCondition()

template<typename ValueType >
virtual void NeoN::finiteVolume::cellCentred::volumeBoundary::Symmetry< ValueType >::correctBoundaryCondition ( Field< ValueType > &  domainVector)
inlinefinalvirtual

Definition at line 119 of file symmetry.hpp.

◆ doc()

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

Definition at line 126 of file symmetry.hpp.

◆ name()

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

Definition at line 124 of file symmetry.hpp.

◆ schema()

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

Definition at line 131 of file symmetry.hpp.


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