https://mooseframework.inl.gov
ComputeLagrangianWPSStrain.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 
13 
14 // Calculate the strain for weak plane stress.
16 {
17 public:
19 
21 
22 protected:
23  virtual void computeDeformationGradient() override;
24 
25  // For weak plane stress, the user should provide a nonlinear variable as the out-of-plane strain.
26  // This nonlinear out-of-plane strain is _solved_ as part of the system to weakly enforce the
27  // out-of-plane stress to match a target value.
29 };
virtual void computeDeformationGradient() override
Calculate the unstabilized and optionally the stabilized deformation gradients.
ComputeLagrangianWPSStrain(const InputParameters &params)
const VariableValue & _out_of_plane_strain
OutputTools< Real >::VariableValue VariableValue
Calculate strains to use the MOOSE materials with the Lagrangian kernels.
static InputParameters validParams()