|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
An object containing an operator-split thermal structural solver. More...
#include "mfem.hpp"#include "smith/physics/base_physics.hpp"#include "smith/physics/boundary_conditions/components.hpp"#include "smith/physics/thermomechanics_input.hpp"#include "smith/physics/solid_mechanics.hpp"#include "smith/physics/heat_transfer.hpp"#include "smith/physics/materials/thermal_material.hpp"#include "smith/physics/materials/solid_material.hpp"
Go to the source code of this file.
Classes | |
| class | smith::Thermomechanics< order, dim, parameter_space > |
| The operator-split thermal-structural solver. More... | |
| struct | smith::Thermomechanics< order, dim, parameter_space >::ThermalMaterialInterface< ThermalMechanicalMaterial > |
| This is an adaptor class that makes a thermomechanical material usable by the thermal module, by discarding the solid-mechanics-specific information. More... | |
| struct | smith::Thermomechanics< order, dim, parameter_space >::MechanicalMaterialInterface< ThermalMechanicalMaterial > |
| This is an adaptor class that makes a thermomechanical material usable by the solid mechanics module, by discarding the thermal-specific information. More... | |
Namespaces | |
| smith | |
| Accelerator functionality. | |
An object containing an operator-split thermal structural solver.
Definition in file thermomechanics.hpp.