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.
Public Attributes | List of all members
Kratos::ConstitutiveModelData::ConstitutiveLawData Struct Reference

#include <constitutive_model_data.hpp>

Collaboration diagram for Kratos::ConstitutiveModelData::ConstitutiveLawData:

Public Attributes

double Pressure
 
double Temperature
 
double CharacteristicSize
 
double DeltaDeformationDet
 
double TotalDeformationDet
 
StressMeasureType StressMeasure
 
StrainMeasureType StrainMeasure
 
MatrixType DeltaDeformationMatrix
 
MatrixType TotalDeformationMatrix
 

Member Data Documentation

◆ CharacteristicSize

double Kratos::ConstitutiveModelData::ConstitutiveLawData::CharacteristicSize

◆ DeltaDeformationDet

double Kratos::ConstitutiveModelData::ConstitutiveLawData::DeltaDeformationDet

◆ DeltaDeformationMatrix

MatrixType Kratos::ConstitutiveModelData::ConstitutiveLawData::DeltaDeformationMatrix

◆ Pressure

double Kratos::ConstitutiveModelData::ConstitutiveLawData::Pressure

◆ StrainMeasure

StrainMeasureType Kratos::ConstitutiveModelData::ConstitutiveLawData::StrainMeasure

◆ StressMeasure

StressMeasureType Kratos::ConstitutiveModelData::ConstitutiveLawData::StressMeasure

◆ Temperature

double Kratos::ConstitutiveModelData::ConstitutiveLawData::Temperature

◆ TotalDeformationDet

double Kratos::ConstitutiveModelData::ConstitutiveLawData::TotalDeformationDet

◆ TotalDeformationMatrix

MatrixType Kratos::ConstitutiveModelData::ConstitutiveLawData::TotalDeformationMatrix

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