hookeai.simulators.fetorch.structure.structure_state

FETorch: Structure material state.

Classes

StructureMaterialState

FETorch structure material state.

Functions

get_problem_type_parameters(problem_type)

Get parameters dependent on the problem type.

Classes

DruckerPrager(strain_formulation, ...[, ...])

Drucker-Prager constitutive model with isotropic strain hardening.

Elastic(strain_formulation, problem_type, ...)

Linear elastic constitutive model.

GRURNNModel(n_features_in, n_features_out, ...)

Multi-layer gated recurrent unit (GRU) recurrent neural network model.

HybridModel(n_features_in, n_features_out, ...)

Hybrid model.

RecurrentConstitutiveModel(n_features_in, ...)

Recurrent constitutive model.

StructureMaterialState(strain_formulation, ...)

FETorch structure material state.

VonMises(strain_formulation, problem_type, ...)

Von Mises constitutive model with isotropic strain hardening.

VonMisesMixed(strain_formulation, ...[, ...])

Von Mises constitutive model with isotropic and kinematic hardening.