|
Serac
0.1
Serac is an implicit thermal strucural mechanics simulation code.
|
This file contains functions for reading a material from input files. More...
#include <string>#include <variant>#include <vector>#include "serac/infrastructure/input.hpp"#include "serac/physics/materials/thermal_material.hpp"

Go to the source code of this file.
Classes | |
| struct | serac::ThermalMaterialInputOptions |
| Contains function that defines the schema for heat transfer materials. More... | |
| struct | FromInlet< std::vector< std::vector< double > > > |
| Prototype the specialization for Inlet parsing. More... | |
| struct | FromInlet< serac::var_thermal_material_t > |
| Prototype the specialization for Inlet parsing. More... | |
Namespaces | |
| serac | |
| Accelerator functionality. | |
Typedefs | |
| using | serac::var_thermal_material_t = std::variant< heat_transfer::LinearIsotropicConductor, heat_transfer::LinearConductor< 2 >, heat_transfer::LinearConductor< 3 > > |
| Holds all possible heat transfer materials that can be utilized in our Input Deck. | |
This file contains functions for reading a material from input files.
Definition in file thermal_material_input.hpp.