|
NeoN
A framework for CFD software
|
#include <steadyState.hpp>
Public Types | |
| using | ValueType = typename SolutionVectorType::VectorValueType |
| using | Base = TimeIntegratorBase< SolutionVectorType >::template Register< SteadyState< SolutionVectorType > > |
Public Member Functions | |
| SteadyState (const Dictionary &timeIntegrationDict, const Dictionary &solutionDict) | |
| void | solve (dsl::Expression< ValueType > &, SolutionVectorType &, scalar, scalar) override |
| std::unique_ptr< TimeIntegratorBase< SolutionVectorType > > | clone () const override |
| bool | explicitIntegration () const override |
Static Public Member Functions | |
| static std::string | name () |
| static std::string | doc () |
| static std::string | schema () |
Definition at line 21 of file steadyState.hpp.
| using NeoN::timeIntegration::SteadyState< SolutionVectorType >::Base = TimeIntegratorBase<SolutionVectorType>::template Register<SteadyState<SolutionVectorType> > |
Definition at line 29 of file steadyState.hpp.
| using NeoN::timeIntegration::SteadyState< SolutionVectorType >::ValueType = typename SolutionVectorType::VectorValueType |
Definition at line 28 of file steadyState.hpp.
|
inline |
Definition at line 32 of file steadyState.hpp.
|
inlineoverride |
Definition at line 44 of file steadyState.hpp.
|
inlinestatic |
Definition at line 38 of file steadyState.hpp.
|
inlineoverride |
Definition at line 49 of file steadyState.hpp.
|
inlinestatic |
Definition at line 36 of file steadyState.hpp.
|
inlinestatic |
Definition at line 40 of file steadyState.hpp.
|
inlineoverride |
Definition at line 42 of file steadyState.hpp.