https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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"
14
15// Forward Declarations
17
22{
23public:
25
27
28protected:
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};
ComputeGlobalStrain calculates the global strain tensor from the scalar variables.
const unsigned int _ndisp
Number of displacement variables.
MaterialProperty< RankTwoTensor > & _global_strain
const unsigned int _dim
const VectorValue< bool > & _periodic_dir
virtual void initQpStatefulProperties() override
const VariableValue & _scalar_global_strain
static InputParameters validParams()
const std::string _base_name
Base name prepended to material property name.
virtual void computeQpProperties() override
const GlobalStrainUserObjectInterface & _pst
This class provides interface for extracting the periodic directions, residual, and jacobian values f...
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue