You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/solid_mechanics/doc/content/source/actions/PressureAction.md
+5
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,8 @@
3
3
## Description
4
4
5
5
The `Pressure` Action is used to create a set of pressure boundary conditions for a string of displacement variables; the typical use case for this action is the application of hydrostatic pressure. See the description, example use, and parameters on the [Pressure](/Pressure/index.md) action system page.
6
+
7
+
!alert warning
8
+
When using the [Controls system](syntax/Controls/index.md) to control the active status of Pressure boundary conditions,
9
+
the [Pressure.md] boundary conditions created by the `Pressure Action` cannot be controlled individually,
10
+
they will all follow the same enabled/disabled status.
Copy file name to clipboardexpand all lines: modules/solid_mechanics/test/tests/pressure/tests
+8
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@
17
17
design = 'syntax/BCs/Pressure/index.md'
18
18
requirement = 'The Pressure boundary condition action shall create the objects needed to apply pressure boundary conditions on a 3D model as demonstrated by correctly computing the response of an elastic small-strain isotropic unit cube with pressure applied on three faces to create a hydrostatic pressure using the volumetric locking correction b-bar formulation.'
19
19
[]
20
+
[controls]
21
+
type = Exodiff
22
+
input = 'pressure_control_test.i'
23
+
exodiff = 'pressure_control_test_out.e'
24
+
issues = '#29602'
25
+
design = 'syntax/BCs/Pressure/index.md'
26
+
requirement = 'The system shall be able to forward control parameters from the Pressure action to the pressure boundary conditions.'
0 commit comments