https://mooseframework.inl.gov
Loading...
Searching...
No Matches
CrystalPlasticitySlipRateGSS.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#include "RankTwoTensor.h"
14
19{
20public:
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
30protected:
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.
virtual bool calcSlipRate(unsigned int qp, Real dt, std::vector< Real > &val) const
const MaterialProperty< std::vector< Real > > & _mat_prop_state_var
virtual void calcFlowDirection(unsigned int qp, std::vector< RankTwoTensor > &flow_direction) const
const MaterialProperty< std::vector< RankTwoTensor > > & _flow_direction
virtual bool calcSlipRateDerivative(unsigned int qp, Real, std::vector< Real > &val) const
const MaterialProperty< RankTwoTensor > & _pk2
Crystal plasticity slip rate userobject class The virtual functions written below must be over-ridden...
const InputParameters & parameters() const