|
[Sponsors] |
July 29, 2014, 18:37 |
load different case folder
|
#1 |
New Member
Join Date: Jul 2014
Posts: 2
Rep Power: 0 |
Hi,
I'm a newbie of OF, I've searched in the documentations and in the forum but I am not able to find what I need. I'm developing a post processing tool for my simulations: I need to load two different cases because in the tool I compare the results. I'm able to read different time using timeSelector but I don't know how load different cases. Can anyone help me? Thank you Last edited by ranius; July 30, 2014 at 04:16. |
|
July 31, 2014, 05:33 |
|
#2 |
Senior Member
|
Hi,
I assume that you want to compare the fields of various cases, or something like that? If you can't do that in paraview, I would suggest to have a look at Code:
$FOAM_SRC/OpenFOAM/include/createTime.H Code:
Foam::Time runTime ( Foam::Time::controlDictName, args.rootPath(), args.caseName(), "system", "constant", !args.optionFound("noFunctionObjects") ); I hope that this helps, though I haven't tested it. This is just a fair warning . |
|
August 1, 2014, 04:12 |
|
#3 |
New Member
Join Date: Jul 2014
Posts: 2
Rep Power: 0 |
It works! Thank you for your help!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pressure instabilities with interDyMFoam for the floatingObject case | nbadano | OpenFOAM Running, Solving & CFD | 15 | October 15, 2021 07:35 |
icoFsiFoam folder structure OF 2.2.1 | philipp1 | OpenFOAM Running, Solving & CFD | 1 | January 25, 2014 18:08 |
Error reading new case | montag dp | FLUENT | 5 | September 15, 2011 07:00 |
sample does not create folder for all times | joel.lehikoinen | OpenFOAM Post-Processing | 0 | June 3, 2011 05:07 |
Parralel procesing: udf library does not load. | Filankes | FLUENT | 0 | March 6, 2011 10:55 |