![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Input and output | |
template<unsigned int TDim, unsigned int TNumNodes> | |
std::istream & | Kratos::operator>> (std::istream &rIStream, IncompressiblePotentialFlowVelocityInletCondition< TDim, TNumNodes > &rThis) |
input stream function More... | |
template<unsigned int TDim, unsigned int TNumNodes> | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const IncompressiblePotentialFlowVelocityInletCondition< TDim, TNumNodes > &rThis) |
output stream function More... | |
template<unsigned int TDim, unsigned int TNumNodes> | |
std::istream & | Kratos::operator>> (std::istream &rIStream, VMSMonolithicKBasedWallCondition< TDim, TNumNodes > &rThis) |
input stream function More... | |
template<unsigned int TDim, unsigned int TNumNodes> | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const VMSMonolithicKBasedWallCondition< TDim, TNumNodes > &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansApplyExactNodalPeriodicConditionProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansApplyFlagToSkinProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansClipScalarVariableProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansComputeReactionsProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansEpsilonTurbulentMixingLengthInletProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansKTurbulentIntensityInletProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansLineOutputProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansNutKEpsilonUpdateProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansNutKOmegaSSTUpdateProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansNutKOmegaUpdateProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansNutNodalUpdateProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansNutYPlusWallFunctionUpdateProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansWallDistanceCalculationProcess &rThis) |
output stream function More... | |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const RansWallFunctionUpdateProcess &rThis) |
output stream function More... | |
using Kratos::TemporalMethods::ConditionType = typedef ModelPart::ConditionType |
using Kratos::TemporalMethods::ElementType = typedef ModelPart::ElementType |
using Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::MaxMethod = TemporalMaxMethod<TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor> |
using Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::MeanMethod = TemporalMeanMethod<TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor> |
using Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::MinMethod = TemporalMinMethod<TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor> |
using Kratos::TemporalMethods::NodeType = typedef ModelPart::NodeType |
using Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::RootMeanSquareMethod = TemporalRootMeanSquareMethod<TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor> |
using Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::SumMethod = TemporalSumMethod<TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor> |
using Kratos::TemporalMethods::ContainerTemporalMethods< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::VarianceMethod = TemporalVarianceMethod<TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor> |
|
inlinevirtual |
Reimplemented in Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, and Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalVarianceMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalSumMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalRootMeanSquareMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, Kratos::TemporalMethods::TemporalMinMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >, Kratos::TemporalMethods::TemporalMeanMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::ValueMethod< TDataType >, and Kratos::TemporalMethods::TemporalMaxMethod< TContainerType, TContainerItemType, TDataRetrievalFunctor, TDataStorageFunctor >::NormMethod< TDataType >.
void Kratos::TemporalMethodUtilities::InitializeVariables | ( | TContainerType & | rContainer, |
const Variable< double > & | rOutputVariable, | ||
const double | InitializerValue | ||
) |
void Kratos::TemporalMethodUtilities::InitializeVariables | ( | TContainerType & | rContainer, |
const Variable< TDataType > & | rOutputVariable, | ||
const Variable< TDataType > & | rReferenceVariable | ||
) |
Kratos::TemporalMethods::TemporalMethod::KRATOS_CLASS_POINTER_DEFINITION | ( | TemporalMethod | ) |
Pointer definition of RansApplyFlagProcess.
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
output stream function
|
inline |
input stream function
|
inline |
input stream function
|
inline |
|
virtualdefault |