Skip to content

Commit 50f7abc

Browse files
committed
update
1 parent 69ac65e commit 50f7abc

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sphinx>=8.0
22
opensees
3-
xara>=0.0.29
3+
xara>=0.0.32
44
sphinx-book-theme==1.1.4
55
sphinx-tabs
66
sphinx-sitemap<2.7.0

source/user/manual/material/ndMaterials/ManzariDafalias.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The hardening modulus in this model is defined as
137137

138138
.. math::
139139
140-
K_p = \frac{2}{3} p h (\mathbf{\alpha}^b_{\theta} - \mathbf{\alpha}): \mathbf{n}
140+
K_p = \frac{2}{3} p h (\mathbf{\alpha}^b_{\theta} - \mathbf{\alpha}): \mathbf{n}
141141
142142
where :math:`\mathbf{n}` is the deviatoric part of the gradient to yield surface.
143143

@@ -177,8 +177,8 @@ where :math:`\mathbf{z}` is the fabric tensor.
177177
The evolution of fabric and the back stress-ratio tensors are defined as
178178

179179
.. math::
180-
181-
d\mathbf{z} = - c_z \langle -d\varepsilon^p_v \rangle (z_{max}\mathbf{n}+\mathbf{z})`
180+
181+
d\mathbf{z} = - c_z \langle -d\varepsilon^p_v \rangle (z_{max}\mathbf{n}+\mathbf{z})`
182182
183183
.. math::
184184

source/user/manual/material/plastic/PlasticJ2.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@ PlasticJ2
2020
:gtype Hiso: |float|
2121
:gparam "Nonlinear Hardening" Fs: Saturation yield stress
2222
:gtype Fs: |float|
23-
:gparam "Nonlinear Hardening" Hsat: exponential hardening parameter
24-
:gtype Hsat: |float|
25-
23+
:gparam "Nonlinear Hardening" b: exponential hardening parameter
24+
:gtype b: |float|
25+
:gparam "Nonlinear Hardening" C: Nonlinear kinematic hardening parameter
26+
:gtype C: |float|
27+
:gparam "Nonlinear Hardening" gamma: Nonlinear kinematic hardening parameter
28+
:gtype gamma: |float|
29+
2630
.. tab:: OpenSees
2731

2832
.. function:: nDMaterial J2Plasticity $tag $K $G $sig0 $sigInf $delta $Hiso <$eta>;

0 commit comments

Comments
 (0)