pFlowToVTK is added

- this utility is not complete yet.
- geometry should be ajusted to be converted separately
This commit is contained in:
Hamidreza Norouzi
2024-03-29 13:50:02 -07:00
parent 19d1ad343d
commit f288f812fd
11 changed files with 102 additions and 100 deletions

View File

@ -108,14 +108,8 @@ public:
return dt_;
}
real setTime(real t)
{
real tmp = currentTime_;
currentTime_ = t;
lastSaved_ = t;
checkForOutputToFile();
return tmp;
}
real setTime(real t);
void setStopAt(real sT)
{