www.mooseframework.org
CrystalPlasticitySlipRateGSS.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 #include "RankTwoTensor.h"
14 
19 {
20 public:
22 
24 
25  virtual bool calcSlipRate(unsigned int qp, Real dt, std::vector<Real> & val) const;
26  virtual bool calcSlipRateDerivative(unsigned int qp, Real /*dt*/, std::vector<Real> & val) const;
27  virtual void calcFlowDirection(unsigned int qp,
28  std::vector<RankTwoTensor> & flow_direction) const;
29 
30 protected:
31  virtual void readFileFlowRateParams();
32  virtual void getFlowRateParams();
33 
35 
37 
38  DenseVector<Real> _a0;
39  DenseVector<Real> _xm;
40 
42 };
Phenomenological constitutive model slip rate userobject class.
Crystal plasticity slip rate userobject class The virtual functions written below must be over-ridden...
CrystalPlasticitySlipRateGSS(const InputParameters &parameters)
virtual bool calcSlipRate(unsigned int qp, Real dt, std::vector< Real > &val) const
virtual bool calcSlipRateDerivative(unsigned int qp, Real, std::vector< Real > &val) const
virtual void calcFlowDirection(unsigned int qp, std::vector< RankTwoTensor > &flow_direction) const
const MaterialProperty< std::vector< RankTwoTensor > > & _flow_direction
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const MaterialProperty< RankTwoTensor > & _pk2
const InputParameters & parameters() const
const MaterialProperty< std::vector< Real > > & _mat_prop_state_var