mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
bugFixes
This commit is contained in:
@ -69,10 +69,10 @@ Description
|
||||
maxDiameter 0.5e-4;
|
||||
minDiameter 0;
|
||||
setFormat gnuplot;
|
||||
coordinateSystem
|
||||
origin (0 0 0);
|
||||
coordinateRoation
|
||||
{
|
||||
type cartesian;
|
||||
origin (0 0 0);
|
||||
e3 (0 1 1);
|
||||
e1 (1 0 0);
|
||||
}
|
||||
@ -91,7 +91,8 @@ Description
|
||||
maxDiameter | maximum region equivalent diameter | yes |
|
||||
minDiameter | minimum region equivalent diameter | no | 0
|
||||
setFormat | writing format | yes |
|
||||
coordinateSystem | transformation for vector fields | no |
|
||||
origin | origin of local co-ordinate system | yes |
|
||||
coordinateRoation | orientation of local co-ordinate system | no |
|
||||
log | Log to standard output | no | yes
|
||||
\endtable
|
||||
|
||||
|
||||
@ -348,8 +348,6 @@ bool Foam::scene::loop(vtkRenderer* renderer)
|
||||
|
||||
currentFrameI_++;
|
||||
|
||||
position_ += dPosition_;
|
||||
|
||||
if (position_ > (1 + 0.5*dPosition_))
|
||||
{
|
||||
WarningInFunction
|
||||
@ -357,6 +355,8 @@ bool Foam::scene::loop(vtkRenderer* renderer)
|
||||
<< endl;
|
||||
}
|
||||
|
||||
position_ += dPosition_;
|
||||
|
||||
if (currentFrameI_ < nFrameTotal_)
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user