https://mooseframework.inl.gov
Loading...
Searching...
No Matches
GeneralizedMaxwellBase.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
31{
32public:
34
35 GeneralizedMaxwellBase(const InputParameters & parameters);
36
37protected:
38 virtual void computeQpApparentElasticityTensors() final;
39 virtual void computeQpApparentCreepStrain() final;
40 virtual void updateQpViscousStrains() final;
41};
This class represents an assembly of springs and dashpots following a generalized Maxwell model (an a...
virtual void computeQpApparentCreepStrain() final
This method computes the apparent creep strain corresponding to the current viscous_strain of each da...
virtual void updateQpViscousStrains() final
Update the internal viscous strains at a quadrature point.
static InputParameters validParams()
virtual void computeQpApparentElasticityTensors() final
This method computes the apparent elasticity tensor used in the internal time-stepping scheme.
This class is a base class for materials consisting of an assembly of linear springs and dashpots.