https://mooseframework.inl.gov
ComputeGlobalStrain.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 "Material.h"
13 #include "RankTwoTensorForward.h"
14 
15 // Forward Declarations
17 
22 {
23 public:
25 
27 
28 protected:
29  virtual void initQpStatefulProperties() override;
30 
31  virtual void computeQpProperties() override;
32 
34  const std::string _base_name;
37 
39  const VectorValue<bool> & _periodic_dir;
40 
41  const unsigned int _dim;
42 
44  const unsigned int _ndisp;
45 };
const unsigned int _ndisp
Number of displacement variables.
ComputeGlobalStrain(const InputParameters &parameters)
const std::string _base_name
Base name prepended to material property name.
static InputParameters validParams()
ComputeGlobalStrain calculates the global strain tensor from the scalar variables.
const VectorValue< bool > & _periodic_dir
const GlobalStrainUserObjectInterface & _pst
const unsigned int _dim
MaterialProperty< RankTwoTensor > & _global_strain
OutputTools< Real >::VariableValue VariableValue
virtual void computeQpProperties() override
This class provides interface for extracting the periodic directions, residual, and jacobian values f...
const VariableValue & _scalar_global_strain
const InputParameters & parameters() const
virtual void initQpStatefulProperties() override