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.
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.