Skip to content

Commit e1f5163

Browse files
committed
Remove example for syntax that requires pairing with a deprecated syntax
for GeneralizedPlaneStrain
1 parent 5691916 commit e1f5163

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • modules/solid_mechanics/doc/content/syntax/Physics/SolidMechanics/GeneralizedPlaneStrain

modules/solid_mechanics/doc/content/syntax/Physics/SolidMechanics/GeneralizedPlaneStrain/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ The `GeneralizedPlaneStrain` Action is used to construct the kernels, user objec
3131
### Subblocks
3232

3333
The subblocks of the GeneralizedPlaneStrain action are what triggers MOOSE objects to be built.
34-
If a generalized plane strain model is applied for the whole simulation domain, a single subblock should be used
35-
36-
!listing modules/solid_mechanics/test/tests/generalized_plane_strain/out_of_plane_pressure.i block=Physics/SolidMechanics/GeneralizedPlaneStrain
37-
38-
if different mesh subdomain has different generalized plane strain model, multiple subblocks with subdomain restrictions can be used.
34+
If a generalized plane strain model is applied for the whole simulation domain, a single subblock should be used.
35+
If different mesh subdomain has different generalized plane strain model, multiple subblocks with subdomain restrictions can be used.
36+
This syntax is paired with the `[Kernels/SolidMechanics]` syntax which is deprecated.
3937

4038
!listing modules/solid_mechanics/test/tests/generalized_plane_strain/generalized_plane_strain_squares.i block=Physics/SolidMechanics/GeneralizedPlaneStrain
4139

42-
An example of using generalized plane strain action through the Solid Mechanics quasi-static physics block with a different `out_of_plane_direction` than the default of $z$ is given by:
40+
The non-deprecated syntax is to use the generalized plane strain action through the Solid Mechanics quasi-static physics block with a different `out_of_plane_direction` than the default of $z$ is given by:
4341

4442
!listing modules/solid_mechanics/test/tests/2D_different_planes/gps_xz.i block=Physics/SolidMechanics/QuasiStatic/generalized_plane_strain
4543

0 commit comments

Comments
 (0)