BUG: analyticalCylinder : force writing of field UA

This commit is contained in:
mattijs
2010-08-23 12:31:23 +01:00
parent 894215e767
commit 3982b7baa3

View File

@ -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;