Skip to content

Boundary Condition setting via TUI api is failing  #207

@sujal-tipnis

Description

@sujal-tipnis

To reproduce:

  • Read the following case (I will give the case file via Teams chat).
  • Run the following script after reading case file which creates 2 input parameters as well as setting certain BCs using the TUI api.

s.tui.solver.define.boundary_conditions.velocity_inlet("inlet1","no","no","yes","yes","yes","inlet1_vel","5","no","no","0","yes","inlet1_temp","300","no","no","yes","no","5","no","10")

When the above script is run we see the following error:

Traceback (most recent call last):
File "C:\Users\stipnis\AppData\Local\Programs\Python\Python310\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
TypeError: PyNamedObjectMeta.__create_get_state..wrapper() takes 1 positional argument but 22 were given

Can someone please look into this?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions