|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
Thermomechanics helper data types. More...
Classes | |
| struct | GreenSaintVenantThermoelasticMaterial |
| Green-Saint Venant isotropic thermoelastic model. More... | |
| struct | ParameterizedGreenSaintVenantThermoelasticMaterial |
| Green-Saint Venant isotropic thermoelastic model. More... | |
| struct | ParameterizedThermoelasticMaterial |
| Green-Saint Venant isotropic thermoelastic material model. More... | |
Functions | |
| template<typename T , int dim> | |
| auto | greenStrain (const tensor< T, dim, dim > &grad_u) |
| Compute Green's strain from the displacement gradient. | |
Variables | |
| const serac::LinearSolverOptions | direct_linear_options = {.linear_solver = LinearSolver::SuperLU, .print_level = 0} |
| the default direct solver option for solving the linear stiffness equations | |
| const serac::NonlinearSolverOptions | default_nonlinear_options |
| Reasonable defaults for most thermomechanics nonlinear solver options. More... | |
Thermomechanics helper data types.
| const serac::NonlinearSolverOptions serac::thermomechanics::default_nonlinear_options |
Reasonable defaults for most thermomechanics nonlinear solver options.
Definition at line 40 of file thermomechanics_monolithic.hpp.