Takis Tsoutsanis
Takis Tsoutsanis
I am getting the following error on apple silicon && /opt/homebrew/bin/mpicc -Dparmetis_EXPORTS -I/Users/takis/Downloads/ParMETIS-main/include -I/usr/local/include -I/opt/homebrew/Cellar/metis/5.1.0/include -I/Users/takis/Downloads/ParMETIS-main/libparmetis/. -DLINUX -D_FILE_OFFSET_BITS=64 -framework Accelerate -DNDEBUG -DNDEBUG2 -DHAVE_EXECINFO_H -DHAVE_GETLINE -O3 -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk -mmacosx-version-min=14.1...
Only CPU based at the moment
You need to introduce your inflow conditions in the code if more than one inflow is required. You can have a look at the flow operations module and the inflow...
This is correct since the initialization depends on the initial condition profile flag. I will suggest that you go through the read me file and parameters file instructions since this...
For the inlet turbulent boundary profile creation, you will need to modify the function inflow. The function inflow has already the x,y,z coordinates available for you to use and define...
I suggest that you look at the supersonic outflow option which enforces what you are looking for. You can manipulate the outflow2d or outflow behavior accordingly.
Attach the UCNS3D.DAT file used since if the correct options are not selected it can lead to these issues.
no attachment found
1) you need to **export OMP_NUM_THREADS=N** , n being the value that you want 2) you then need to run via **mpirun -np M ./ucns3d_p** 3) you must ensure that...
can you please attach your UCNS3D.DAT file?