|
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 "serac/infrastructure/input.hpp"#include "serac/physics/materials/solid_material.hpp"

Go to the source code of this file.
Classes | |
| struct | serac::HardeningInputOptions |
| Contains function that defines the schema for hardening laws. More... | |
| struct | FromInlet< serac::var_hardening_t > |
| Prototype the specialization for Inlet parsing. More... | |
Namespaces | |
| serac | |
| Accelerator functionality. | |
Typedefs | |
| using | serac::var_hardening_t = std::variant< solid_mechanics::LinearHardening, solid_mechanics::PowerLawHardening, solid_mechanics::VoceHardening > |
| Holds all possible isotropic hardening laws that can be utilized in our input file. | |
This file contains functions for reading a material from input files.
Definition in file hardening_input.hpp.