|
[Sponsors] |
October 30, 2022, 21:24 |
vtk 9.1.0 not found
|
#21 | |||
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Quote:
Dear Pei-Ying, Your error has following. Quote:
And it seems that vtk 9.1.0 for Linux has been removed by PyPI. Quote:
Code:
vtk==9.1.0 Code:
vtk==9.2.2 |
||||
October 30, 2022, 23:07 |
|
#22 | |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Quote:
Hello, Pei-Ying. Here are the answers. 1 is there any documentation that I can follow? ==> BARAM is quite in its early stage and user guide is not prepared yet. 2. is there an user forum that users can ask questions or discuss specific topics? ==> GitHub discussion is the place where you can ask questions and discuss about BARAM. 3. what are the differences between 6.4.3 and 6.4.5? ==> v6.x.x is a legacy version, and the revised BARAM starts from the version v22.x.x 4. does the current version support adding solid particles? ==> It not supported yet. |
||
October 30, 2022, 23:10 |
|
#23 |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
||
October 30, 2022, 23:14 |
|
#24 | |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Quote:
Thanks Jake! I had to change vtk to 9.2.2 and numpy to 1.21.0. now, baram is working. I am wondering if you have a quick tutorial that I can follow or a case that I can open to look around how to setup, run, post-process a case? Excited to try out your OpenFOAM GUI! Pei-Ying |
||
October 30, 2022, 23:32 |
|
#25 |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Dear Pei-Ying,
You can try this sample case. |
|
October 30, 2022, 23:40 |
|
#26 |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Oh, my mistake!
vtk 9.1.0 was not available because you were using Python 3.10. If you use Python 3.9, vtk 9.1.0 is available. |
|
October 31, 2022, 21:43 |
|
#27 | |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Quote:
Hi, Jake, The GUI froze when I started a new case. GUI won't let me do anything. Same happened when I opened the mixingPipe case. Pei-YingScreenshot from 2022-10-31 18-41-16.png |
||
October 31, 2022, 23:32 |
|
#28 | |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Hi, Pei-Ying.
I cloned the code from GitHub just now and checked again, but I could not reproduce your issue. Could you give me your console output like following? Quote:
|
||
November 1, 2022, 11:14 |
|
#29 | |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Quote:
Thanks for the quick reply! I will do later today. I also tried the Windows 10 version. Using the Windows version, I am able to create a new case (still learning how to load a mesh). But, the mixingPipe case did not load. not sure why? is this a big case? Pei-Ying |
||
November 1, 2022, 20:14 |
|
#30 | |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Quote:
Hi, Jake, Here is the output: phsieh@CAE:~$ source ./venv/bin/activate (venv) phsieh@CAE:~$ cd baram (venv) phsieh@CAE:~/baram$ python main.py Killed (venv) phsieh@CAE:~/baram$ ------ Basically, the GUI opened, but, it is frozen, won't let me do anything, then, eventually, ask me to quit. Pei-Ying here is the screen shot |
||
November 1, 2022, 21:58 |
|
#31 | |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
The app seems to have fallen into infinite loop.
I could not think of any possibility for now. Your system information may be helpful. Could you show me the output of this command? Quote:
By the way, windows version might be more independent from OS, and I would recommend going with windows version for now. And I will prepare a sample case for it and let you know later today. |
||
November 1, 2022, 23:08 |
|
#32 |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Hi, Jake,
Here is the output: --- phsieh@CAE:~$ cat /etc/*-release DISTRIB_ID=LinuxMint DISTRIB_RELEASE=21 DISTRIB_CODENAME=vanessa DISTRIB_DESCRIPTION="Linux Mint 21 Vanessa" NAME="Linux Mint" VERSION="21 (Vanessa)" ID=linuxmint ID_LIKE="ubuntu debian" PRETTY_NAME="Linux Mint 21" VERSION_ID="21" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.linuxmint.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" VERSION_CODENAME=vanessa UBUNTU_CODENAME=jammy cat: /etc/upstream-release: Is a directory phsieh@CAE:~$ --- Yes, the Windows version seems to be working fine. Questions: 1. does baram has a mesher, such as snappyHexMesh or cfMesh? If not, then, meshing needs to be done before starting the GUI? 2. looks like baram can load OpenFOAM mesh, does it mean reading an OpenFOAM case? it is not clear to me how to load OpenFOAM mesh and/or in what file structure? Thank you very much for your time helping me with baram! Pei-Ying |
|
November 2, 2022, 05:07 |
|
#33 | |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Hello, Pei-Ying.
1. I've uploaded a sample case for Baram Windows V22.0.4. (The configuration was not managed carefully in the past, and the configuration versions between the source code on GitHub and the windows installer package are different.) Screenshot 2022-11-02 175222.png 2. I'm trying "Linux Mint 21" to figure out the reason for freezing. I will let you know if I get any clue. 3. Answers to your Questions Quote:
1. No. Not yet. Baram can just load OpenFOAM polyMesh or import other meshes from "File >> Load Mesh" menu. |
||
November 2, 2022, 08:49 |
|
#34 | |
Senior Member
Join Date: Dec 2021
Posts: 246
Rep Power: 5 |
Quote:
Hey Indeed I had not noticed it was based on OF v2206, nice ! The reason I am asking is that I would like to use your GUI to prepare and configure my cases locally, and then run the case on a cluster that only has OpenFoam installed, and not Baram. If I am not mistaken, the solvers used in Baram are not the original ones right? They are modified and thus we cannot run cases prepared with Baram on a "vanilla" OpenFoam installation. Or maybe we can just modify the controlDict file to use the original solvers... I will try that Quick edit: I tried to change just the name of the solver. When I run the case with openfoam 2206, several boundary conditions are not compatible, so I guess it is a little more complicated than just swapping the names ^^ |
||
November 2, 2022, 21:09 |
|
#35 | |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Quote:
Hello, Alczem. Yes, you're absolutely right. Baram has some modifications in the solvers. However, as you might already know, installation of Baram does not require any privilege on the system. You can try Baram on any system where you have an account and can open terminal. ( Of course, the system should support remote X-Windows to display the GUI.) Please let me know if you have any trouble in trying that. Thank you. |
||
November 3, 2022, 01:45 |
BARAM on Linux Mint 21
|
#36 |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Dear Pei-Ying,
I've tried installing BARAM on Linux Mint 21 today. However, I failed to reproduce the problem. BARAM runs without any problem on Mint 21. BARAMonLinuxMint21.jpg Here is the procedure I did, and I think you've already done all the things. First, I started from vanilla Mint 21 and updated it. I needed to install following packages in Software Manager.
I'm sorry that I could not find the cause of the problem. |
|
November 4, 2022, 00:46 |
|
#37 | |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18 |
Quote:
Hi, Jake, Thanks! After installing Python3-venv and change numpy==1.23.4, baram main.py is working. I also able to load mesh from polyMesh now. I will start playing with baram more and will let you know my experience abut baram. Pei-Ying |
||
November 13, 2022, 12:52 |
|
#38 | |
New Member
Aditya Chaudhary
Join Date: Jun 2022
Posts: 7
Rep Power: 4 |
Quote:
Does BARAM support Lagrangian solvers? I use the HELYX OS for multiphase simulations, but it does not support Lagrangian solvers. I'm into droplet tracking analyses related to turbine film cooling technology. |
||
November 13, 2022, 21:14 |
|
#39 | |
New Member
Jake Yun
Join Date: Oct 2022
Posts: 20
Rep Power: 4 |
Quote:
Support for Lagrangian solvers is under development. Which solver do you want to use? If you can give me your needs in detail or the case configuration you want to use, I will try to meet the needs in the future release(around at the end of next month). Thank you. |
||
November 13, 2022, 22:06 |
|
#40 | |
New Member
Aditya Chaudhary
Join Date: Jun 2022
Posts: 7
Rep Power: 4 |
Quote:
Well until OF v5, I was using reactingParcelFoam and reactingParcelFilmFoam but in the latest versions, for example, v10, we have particleFoam solver with multiple user-defined options like surfaceFilm modeling. Please try to include this solver in the next release. For case configuration, you can try to run the standard Lagrangian OF tutorials. If they can run well in BARAM, then I think almost any case can be simulated for tracking particle flows in it. Thank you once again for your time! |
||
Tags |
gui, helyx, salome, simflow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ANSYS Workbench on "Uncertified" Linux Distros | hsr | CFX | 289 | April 20, 2023 10:23 |
Sailplane Modelling in Salome Platform | davidod88 | Main CFD Forum | 0 | March 11, 2012 21:06 |
Salome and Code Saturne simulation of simple room and objects | cristian.ocnarescu | Main CFD Forum | 0 | June 21, 2010 11:19 |
salome, openfoam and moving mesh | prhlava | OpenFOAM Running, Solving & CFD | 8 | November 9, 2009 09:59 |