Installation-Regression Test Failure-MphysAeroThermal: Failed! #451
Unanswered
Silmarils19
asked this question in
Installation
Replies: 1 comment
-
Please git clone the latest version of DAFoam instead of using 3.0.6 release. We just updated the aerothermal tests and you need to use the version newer than 3.0.6. |
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
-
Hi, I`ve compiled all packages in Ubuntu. I tried to run the regression test, but the result shows there is a failure. Could you please help to detect the problem and give some advices on fixing this? Thanks.
Traceback (most recent call last):
File "runTests_MphysAeroThermal.py", line 241, in
prob.setup(mode="rev")
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/openmdao/core/problem.py", line 954, in setup
model._setup(model_comm, mode, self._metadata)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/openmdao/core/system.py", line 1474, in _setup
self._setup_procs(self.pathname, comm, mode, self._problem_meta)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/openmdao/core/group.py", line 538, in _setup_procs
self.setup()
File "runTests_MphysAeroThermal.py", line 141, in setup
dafoam_builder_aero.initialize(self.comm)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/dafoam/mphys/mphys_dafoam.py", line 78, in initialize
self.DASolver = PYDAFOAM(options=self.options, comm=comm)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/dafoam/pyDAFoam.py", line 783, in init
self.addFamilyGroup(self.designSurfacesGroup, self.getOption("designSurfaces"))
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/dafoam/pyDAFoam.py", line 1485, in addFamilyGroup
raise Error(
dafoam.pyDAFoam.Error
Traceback (most recent call last):
File "runTests_MphysAeroThermal.py", line 241, in
prob.setup(mode="rev")
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/openmdao/core/problem.py", line 954, in setup
model._setup(model_comm, mode, self._metadata)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/openmdao/core/system.py", line 1474, in _setup
self._setup_procs(self.pathname, comm, mode, self._problem_meta)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/openmdao/core/group.py", line 538, in _setup_procs
self.setup()
File "runTests_MphysAeroThermal.py", line 141, in setup
dafoam_builder_aero.initialize(self.comm)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/dafoam/mphys/mphys_dafoam.py", line 78, in initialize
self.DASolver = PYDAFOAM(options=self.options, comm=comm)
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/dafoam/pyDAFoam.py", line 783, in init
self.addFamilyGroup(self.designSurfacesGroup, self.getOption("designSurfaces"))
File "/home/jiangshan/dafoam/packages/miniconda3/lib/python3.8/site-packages/dafoam/pyDAFoam.py", line 1485, in addFamilyGroup
raise Error(
dafoam.pyDAFoam.Error
+------------------------------------------------------------------------------+
| pyDAFoam Error: The specified family 'bot' for group 'designSurfaces', |
| does not exist in the mesh file or has not already been added. The current |
| list of families (original and grouped) is: odict_keys(['cold_air_in', |
| 'cold_air_inner', 'cold_air_out', 'cold_air_outer', 'cold_air_sides', |
| 'hot_air_in', 'hot_air_inner', 'hot_air_out', 'hot_air_outer', |
| 'hot_air_sides', 'procBoundary2to3', 'allSurfaces', 'allWalls']) |
+------------------------------------------------------------------------------+
Finalising parallel run
Finalising parallel run
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[3325,1],3]
Exit code: 1
MphysAeroThermal: Failed!
Beta Was this translation helpful? Give feedback.
All reactions