https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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{
21public:
24
25protected:
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...
const InputParameters & parameters() const
Real & _time_increment
timestep size to reach max_growth_increment postprocessor
std::vector< Real > & _growth_increment
growth increment reporters
virtual void computeGrowth(std::vector< int > &index) override
Compute crack growth increment at the specified crack front point and store increments in an internal...
const Real & _k_low
Material specific scc parameters.