|
[Sponsors] |
November 29, 2017, 15:41 |
openfoam,C++
|
#1 |
New Member
Faramarz Soleimani
Join Date: Nov 2017
Posts: 1
Rep Power: 0 |
Hi guys
I want to model two cases at the same time in one process,but I don't know how to do it.I mean to how write program with C++ in openfoam,I want to know its algorithm???? |
|
November 30, 2017, 06:40 |
|
#2 |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
Hello Faramarz,
i don't know why you want to meddle with the C++ code. You can simply run two cases by opening each in a single terminal OR by using the & command to your the process in the background (eg: simpleFoam &). |
|
|
|