mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
first modifications for coupling
This commit is contained in:
@ -22,6 +22,7 @@ Licence:
|
||||
#include "timeFolder.H"
|
||||
#include "commandLine.H"
|
||||
#include "ranges.H"
|
||||
#include "readControlDict.H"
|
||||
|
||||
#include "postprocess.H"
|
||||
|
||||
@ -65,6 +66,8 @@ int main(int argc, char** argv )
|
||||
withZeroFolder,
|
||||
"Do NOT exclude zero folder from processing time folders");
|
||||
|
||||
bool isCoupling = false;
|
||||
|
||||
if(!cmds.parse(argc, argv)) return 0;
|
||||
|
||||
#include "initialize_Control.H"
|
||||
|
Reference in New Issue
Block a user