CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   What is the meaning of "runApplication -s solid" (https://www.cfd-online.com/Forums/openfoam-solving/237718-what-meaning-runapplication-s-solid.html)

ztdep July 31, 2021 22:57

What is the meaning of "runApplication -s solid"
 
Dear friends:
I want to know what is the meaning of "runApplication -s solid"
I have tried to run runApplication -help. but it seems runApplication doesn't has help system.
Regards

ErenC August 1, 2021 07:04

You can always create a log file and check what's happening during the execution of the command.

DaveD! August 30, 2022 11:31

From https://damogranlabs.com/2020/10/run...ck-cheatsheet/:


If you want separate logs for multiple runs, you can name the log with -s option. For instance, when merging multiple parts of meshes, your script might look like this:
Code:

runApplication -s inlet mergeMeshes ../mesh-inlet
runApplication -s outlet mergeMeshes ../mesh-outlet

These commands will create two logs, log.mergeMeshes.inlet and log.mergeMeshes.outlet.


All times are GMT -4. The time now is 19:34.