Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wenqing
ogs
Commits
d240f607
Commit
d240f607
authored
7 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Document all of the fracture models' tags.
parent
ca024bb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MaterialLib/FractureModels/LinearElasticIsotropic.h
+2
-0
2 additions, 0 deletions
MaterialLib/FractureModels/LinearElasticIsotropic.h
MaterialLib/FractureModels/MohrCoulomb.h
+14
-4
14 additions, 4 deletions
MaterialLib/FractureModels/MohrCoulomb.h
with
16 additions
and
4 deletions
MaterialLib/FractureModels/LinearElasticIsotropic.h
+
2
−
0
View file @
d240f607
...
...
@@ -36,7 +36,9 @@ public:
{
}
/// Normal stiffness given in units of stress.
P
const
&
normal_stiffness
;
/// Shear stiffness given in units of stress.
P
const
&
shear_stiffness
;
};
...
...
This diff is collapsed.
Click to expand it.
MaterialLib/FractureModels/MohrCoulomb.h
+
14
−
4
View file @
d240f607
...
...
@@ -41,10 +41,18 @@ public:
{
}
/// Normal stiffness given in units of stress.
P
const
&
normal_stiffness
;
/// Shear stiffness given in units of stress.
P
const
&
shear_stiffness
;
/// Governs the normal stress dependence of the shear strength.
/// \note Given in degrees (not radian).
P
const
&
friction_angle
;
/// Governs the dilatancy behaviour during the plastic deformation of
/// the fault.
/// \note Given in degrees (not radian).
P
const
&
dilatancy_angle
;
/// Fracture cohesion in units of stress.
P
const
&
cohesion
;
};
...
...
@@ -108,12 +116,14 @@ public:
material_state_variables
)
override
;
private
:
/// \copydoc
/// MaterialLib::Fracture::LinearElasticIsotropic::_penalty_aperture_cutoff
/// Compressive normal displacements above this value will not enter the
/// computation of the normal stiffness modulus of the fracture.
/// \note Setting this to the initial aperture value allows negative
/// apertures.
double
const
_penalty_aperture_cutoff
;
///
\copydoc
///
MaterialLib::Fracture::LinearElasticIsotropic::_tension_cutoff
///
If set no resistance to open the fracture over the initial aperture is
///
opposed.
bool
const
_tension_cutoff
;
MaterialProperties
_mp
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment