https://mooseframework.inl.gov
Loading...
Searching...
No Matches
QuasiStaticSolidMechanicsPhysicsBase.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "Action.h"
13
15{
16public:
18
24
25public:
27 static const std::vector<char> _component_table;
28 static const std::map<std::string, std::pair<std::string, std::vector<std::string>>>
30 static const std::map<std::string, std::pair<std::string, std::vector<std::string>>>
32 static const std::map<std::string, std::pair<std::string, std::vector<std::string>>>
34 static const std::map<std::string, std::pair<std::string, std::vector<std::string>>>
37
38 static void addCartesianComponentOutput(const std::string & name,
39 const std::string & prop_name = "");
40
41protected:
42 static std::map<std::string, std::string> _rank_two_cartesian_component_table;
43
44 const bool _use_ad;
45};
const std::string & name() const
static std::map< std::string, std::string > _rank_two_cartesian_component_table
static const std::vector< char > _component_table
table data for output generation
static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > _rank_two_invariant_table
static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > _rank_two_spherical_component_table
static void addCartesianComponentOutput(const std::string &name, const std::string &prop_name="")
static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > _rank_two_directional_component_table
static const std::map< std::string, std::pair< std::string, std::vector< std::string > > > _rank_two_cylindrical_component_table