mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed Info statement querying method.
This commit is contained in:
@ -73,9 +73,6 @@ std::vector<Vb::Point> uniformGrid::initialPoints() const
|
|||||||
scalar zR = bb.max().z() - z0;
|
scalar zR = bb.max().z() - z0;
|
||||||
int nk = int(zR/initialCellSize_) + 1;
|
int nk = int(zR/initialCellSize_) + 1;
|
||||||
|
|
||||||
Info<< " Is this actually uniform? or is it fitting the span with an "
|
|
||||||
<< "integer number?" << endl;
|
|
||||||
|
|
||||||
vector delta(xR/ni, yR/nj, zR/nk);
|
vector delta(xR/ni, yR/nj, zR/nk);
|
||||||
|
|
||||||
delta *= pow((1.0),-(1.0/3.0));
|
delta *= pow((1.0),-(1.0/3.0));
|
||||||
|
|||||||
Reference in New Issue
Block a user