Hello,
I'm encountering an issue with AcuConsole (version: [2023]) when defining a Nodal Boundary Condition using Type = Nodal Values
.
Here's what I did:
- Created a
NodeID-ScalarValue
table (e.g., FldTable7
) with 32 nodes and their corresponding X velocity values. - Assigned this table to a
Nodal Boundary Condition
(named Nodal_BC7
) with the correct Variable = X Velocity
and selected node IDs. - In the GUI, everything looks fine – the table is selected.
- However, when running, I get the following error:
*** ERROR: Parameter nodal_values is unspecified
It seems that when exporting from the GUI, only writes the node IDs but does not include the nodal_values
parameter, even though it was properly selected in the interface.
Is this a known issue in SimLab? Is there a fix or workaround?
How can I resolve this issue through the user interface to ensure the table is correctly saved and recognized?
Thanks.