mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-12-08 06:57:54 +00:00
pFlowToVTK is added
- this utility is not complete yet. - geometry should be ajusted to be converted separately
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user