DNDSR 0.2.1
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DNDS::Euler::EulerSolver< model >::Configuration::Others Struct Reference

Miscellaneous solver options (axisymmetric mode, passive scalar freezing, rec matrix output). More...

#include <EulerSolver.hpp>

Collaboration diagram for DNDS::Euler::EulerSolver< model >::Configuration::Others:
[legend]

Public Member Functions

 DNDS_DECLARE_CONFIG (Others)
 

Public Attributes

int nFreezePassiveInner = 0
 
int axisSymmetric = 0
 
bool printRecMatrix = false
 
Serializer::SerializerFactory recMatrixWriter
 

Detailed Description

template<EulerModel model>
struct DNDS::Euler::EulerSolver< model >::Configuration::Others

Miscellaneous solver options (axisymmetric mode, passive scalar freezing, rec matrix output).

Definition at line 840 of file EulerSolver.hpp.

Member Function Documentation

◆ DNDS_DECLARE_CONFIG()

template<EulerModel model>
DNDS::Euler::EulerSolver< model >::Configuration::Others::DNDS_DECLARE_CONFIG ( Others  )
inline

Definition at line 847 of file EulerSolver.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ axisSymmetric

template<EulerModel model>
int DNDS::Euler::EulerSolver< model >::Configuration::Others::axisSymmetric = 0

Definition at line 843 of file EulerSolver.hpp.

◆ nFreezePassiveInner

template<EulerModel model>
int DNDS::Euler::EulerSolver< model >::Configuration::Others::nFreezePassiveInner = 0

Definition at line 842 of file EulerSolver.hpp.

◆ printRecMatrix

template<EulerModel model>
bool DNDS::Euler::EulerSolver< model >::Configuration::Others::printRecMatrix = false

Definition at line 844 of file EulerSolver.hpp.

◆ recMatrixWriter

template<EulerModel model>
Serializer::SerializerFactory DNDS::Euler::EulerSolver< model >::Configuration::Others::recMatrixWriter

Definition at line 845 of file EulerSolver.hpp.


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