|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Stores all information held in the input file that is used to configure the solver. More...
#include <heat_transfer_input.hpp>

Static Public Member Functions | |
| static void | defineInputFileSchema (axom::inlet::Container &container) |
| Input file parameters specific to this class. More... | |
Public Attributes | |
| int | order |
| The order of the discretized field. | |
| LinearSolverOptions | lin_solver_options |
| The linear solver options. | |
| NonlinearSolverOptions | nonlin_solver_options |
| The linear solver options. | |
| TimesteppingOptions | timestepping_options |
| The timestepping options. | |
| std::vector< var_thermal_material_t > | materials |
| The material options. | |
| std::optional< input::CoefficientInputOptions > | source_coef |
| Source function coefficient. | |
| std::unordered_map< std::string, input::BoundaryConditionInputOptions > | boundary_conditions |
| The boundary condition information. | |
| std::optional< input::CoefficientInputOptions > | initial_temperature |
| The initial temperature field. More... | |
Stores all information held in the input file that is used to configure the solver.
Definition at line 32 of file heat_transfer_input.hpp.
|
static |
Input file parameters specific to this class.
| [in] | container | Inlet's Container that input files will be added to |
Definition at line 15 of file heat_transfer_input.cpp.
| std::optional<input::CoefficientInputOptions> smith::HeatTransferInputOptions::initial_temperature |
The initial temperature field.
Definition at line 87 of file heat_transfer_input.hpp.