Problem with TACSBuilder in Docker image #647
Aming12-01
started this conversation in
General
Replies: 1 comment
-
You need to update the TACS version.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using Mphys in a Docker image to perform aerostructural optimization of wings. Initially, I succeeded in running the tutorial case with the input files provided for the tutorial. However, I later started getting an error even when trying to run the same tutorial case I did before.
Here is the error, which is related to TACSBuilder and the mesh file:
Computing Denominator Estimate...
Load Balancing...
Finished Mesh Initialization.
Traceback (most recent call last):
File "/home/mdolabuser/mount/mphys/examples/aerostructural/mach_tutorial_wing/adflow_meld_tacs/mphys_as_2scenario.py", line 179, in
prob.setup()
File "/home/mdolabuser/.pyenv/versions/3.11.6/lib/python3.11/site-packages/openmdao/core/problem.py", line 947, in setup
model._setup(model_comm, mode, self._metadata)
File "/home/mdolabuser/.pyenv/versions/3.11.6/lib/python3.11/site-packages/openmdao/core/system.py", line 1455, in _setup
self._setup_procs(self.pathname, comm, mode, self._problem_meta)
File "/home/mdolabuser/.pyenv/versions/3.11.6/lib/python3.11/site-packages/openmdao/core/group.py", line 539, in _setup_procs
self.setup()
File "/home/mdolabuser/mount/mphys/examples/aerostructural/mach_tutorial_wing/adflow_meld_tacs/mphys_as_2scenario.py", line 77, in setup
struct_builder = TacsBuilder(mesh_file="wingbox.bdf", element_callback=tacs_setup.element_callback,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: TacsBuilder.init() got an unexpected keyword argument 'mesh_file'
If anyone has any idea about this, your help would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions