Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Classes | Namespaces | Typedefs
hardening_input.hpp File Reference

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"
Include dependency graph for hardening_input.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file contains functions for reading a material from input files.

Definition in file hardening_input.hpp.