|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
HeatTransfer helper structs. More...
Classes | |
| class | ParameterizedLinearIsotropicConductor |
| Linear isotropic conductor with a parameterized conductivity. More... | |
| struct | ParameterizedIsotropicConductorWithLinearConductivityVsTemperature |
| Nonlinear isotropic heat transfer material model. More... | |
| struct | ParameterizedSource |
| Parameterized thermal source model. More... | |
| struct | ParameterizedFlux |
| Constant thermal flux boundary model. More... | |
| struct | LinearIsotropicConductor |
| Linear isotropic heat transfer material model. More... | |
| struct | IsotropicConductorWithLinearConductivityVsTemperature |
| Nonlinear isotropic heat transfer material model. More... | |
| struct | LinearConductor |
| Linear anisotropic thermal material model. More... | |
| struct | ConstantSource |
| Constant thermal source model. More... | |
| struct | ConstantFlux |
| Constant thermal flux boundary model. More... | |
Variables | |
| const LinearSolverOptions | default_linear_options |
| Reasonable defaults for most thermal linear solver options. More... | |
| const LinearSolverOptions | direct_linear_options = {.linear_solver = LinearSolver::SuperLU, .print_level = 0} |
| the default direct solver option for solving the linear stiffness equations | |
| const NonlinearSolverOptions | default_nonlinear_options |
| Reasonable defaults for most thermal nonlinear solver options. More... | |
| const TimesteppingOptions | default_timestepping_options |
| Reasonable defaults for dynamic heat transfer simulations. More... | |
| const TimesteppingOptions | default_static_options = {TimestepMethod::QuasiStatic} |
| Reasonable defaults for static heat transfer simulations. | |
HeatTransfer helper structs.
| const LinearSolverOptions serac::heat_transfer::default_linear_options |
Reasonable defaults for most thermal linear solver options.
Definition at line 34 of file heat_transfer.hpp.
| const NonlinearSolverOptions serac::heat_transfer::default_nonlinear_options |
Reasonable defaults for most thermal nonlinear solver options.
Definition at line 50 of file heat_transfer.hpp.
| const TimesteppingOptions serac::heat_transfer::default_timestepping_options |
Reasonable defaults for dynamic heat transfer simulations.
Definition at line 59 of file heat_transfer.hpp.