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
See discussion. It's not easy to figure out how to control objects created by actions
Well, unless you know about the ControlOutput (which I did not...)
Design
Add and forward the control parameters from the action to the objects
Check these boxes if you have followed the posting rules.
Q&A General is the most appropriate section for my question
I have consulted the posting Guidelines on the Discussions front page
I have searched the Discussions forum and my question has not been asked before
I have searched the MOOSE website and the documentation does not answer my question
I have formatted my post following the posting guidelines (screenshots as a last resort, triple back quotes around pasted text)
Question
Hello,
I'm using Pressure boundary conditions. When I tried to control the start time of 'Pressure BC' using the Controls module. It has the following error:
The following error occurred in the Control 'c1' of type TimePeriod.
The desired parameter 'BCs::Pressure::load1/enable' was not located for the 'c1' object, it either does not exist or has not been declared as controllable.
The Settings of BCs and Controls are as follows:
# ===== Boundary Conditions =====
[BCs]
[archor_x]
type = DirichletBC
boundary = '3'
variable = disp_x
value = 0
[]
[archor_y]
type = DirichletBC
boundary = '3'
variable = disp_y
value = 0
[]
[archor_z]
type = DirichletBC
boundary = '3'
variable = disp_z
value = 0
[]
[Pressure]
[load1]
boundary = '4'
function = '-1e6'
displacements = 'disp_x disp_y disp_z'
[]
[]
[]
[Controls]
[c1]
type = TimePeriod
enable_objects = 'BCs::Pressure::load1'
start_time = '400'
[]
[]
Is there a good way to control the start time of Pressure boundary conditions?
The text was updated successfully, but these errors were encountered:
Reason
See discussion. It's not easy to figure out how to control objects created by actions
Well, unless you know about the ControlOutput (which I did not...)
Design
Add and forward the control parameters from the action to the objects
Impact
easier to use controls
Discussed in #29078
Originally posted by PEI0214 November 14, 2024
Check these boxes if you have followed the posting rules.
Question
Hello,
I'm using Pressure boundary conditions. When I tried to control the start time of 'Pressure BC' using the Controls module. It has the following error:
The Settings of BCs and Controls are as follows:
Is there a good way to control the start time of Pressure boundary conditions?
The text was updated successfully, but these errors were encountered: