mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: analyticalCylinder : force writing of field UA
This commit is contained in:
@ -59,7 +59,8 @@ int main(int argc, char *argv[])
|
|||||||
UA = uInfX*(dimensionedVector(vector(1,0,0))
|
UA = uInfX*(dimensionedVector(vector(1,0,0))
|
||||||
- pow((radius/magCentres),2)*cs2theta);
|
- pow((radius/magCentres),2)*cs2theta);
|
||||||
|
|
||||||
runTime.write();
|
// Force writing of UA (since time has not changed)
|
||||||
|
UA.write();
|
||||||
|
|
||||||
Info<< "end" << endl;
|
Info<< "end" << endl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user