https://mooseframework.inl.gov
StressCorrosionCrackingExponential.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 
20 {
21 public:
24 
25 protected:
26  virtual void computeGrowth(std::vector<int> & index) override;
27 
29  const Real & _k_low;
30  const Real & _k_high;
34 
37 
39  std::vector<Real> & _growth_increment;
40 };
CrackMeshCut3DUserObject: (1) reads in a mesh describing the crack surface, (2) uses the mesh to do i...
std::vector< Real > & _growth_increment
growth increment reporters
const InputParameters & parameters() const
virtual void computeGrowth(std::vector< int > &index) override
Compute crack growth increment at the specified crack front point and store increments in an internal...
Real & _time_increment
timestep size to reach max_growth_increment postprocessor
StressCorrosionCrackingExponential(const InputParameters &parameters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real & _k_low
Material specific scc parameters.