mech-eng
- 825
- 13
I have installed the cfd software Open FOAM but it doesn't start. Can you help me?
Thank you.
Thank you.
The forum discussion centers on troubleshooting startup issues with OpenFOAM, a computational fluid dynamics (CFD) software that operates primarily through command line interfaces. Users noted that OpenFOAM runs within a Docker environment on Windows, which may lead to confusion regarding its startup behavior. The discussion highlights the necessity of understanding command line operations and the importance of modifying text files for simulations. Additionally, users compared OpenFOAM with other CFD tools like COMSOL and ANSYS Fluent, emphasizing the trade-off between cost and control in software choices.
PREREQUISITESStudents, researchers, and engineers working in computational fluid dynamics who are looking to troubleshoot OpenFOAM or seeking alternatives with user interfaces.
Borg said:Some software will install itself as a Windows service with an auto-start configuration. That seems to be the case here.
DrClaude said:OpenFOAM runs on Windows inside a virtual Docker environment. I would guess that there is already an instance of Docker running.
mech-eng said:Have you ever used this program? I spoke to my instructor today. He said that he hadn't used it but it was used from that black screen. But I cannot imagine a simulation program without a user interface? How can it be used with just commands?
Thank you.
mech-eng said:Have you ever used this program? I spoke to my instructor today. He said that he hadn't used it but it was used from that black screen. But I cannot imagine a simulation program without a user interface? How can it be used with just commands?
What I get from this is that OpenFoam is not a program per se, but a library that you can use to create a program (an application).We should reiterate from the outset that OpenFOAM is a C++ library used primarily to
create executables, known as applications.
Section 3.1 tells you the commands to use.Each application is designed to be executed from a terminal command line, typically
reading and writing a set of data files associated with a particular case.
hilbert2 said:You should check whether your university has acquired a license for COMSOL or a similar program for the students. Most of the programs that are used in actual research are command line applications that take some text file (containing values of parameters) as input and then produce other text files and/or sequences of images as output.