CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Restarting OpenFoam run (https://www.cfd-online.com/Forums/openfoam/93270-restarting-openfoam-run.html)

gashishr October 10, 2011 13:32

Restarting OpenFoam run
 
Hi,

I am solving an airfoil case for different angles of attack using simpleFoam. I have results for AOA 2deg. I want to solve for an AOA 4deg with results from 2deg as initial values. How can I do that?

chegdan October 10, 2011 15:40

try using the mapFields utility between the two cases if they have the same boundary condition names. If the mesh is a different shape (i.e. geometrically non-similar) then I'm not sure how it interpolates to the new mesh and if it can even be used. Its worth a try.

to find the usage, try

Code:

mapFields -help
if they are identical in every way except the number of cells, then it should work. Otherwise you might have to make a mapFieldsDict that is in:

OpenFOAM/OpenFOAM-2.0.x/applications/utilities/preProcessing/mapFields

folder.

cheers,


All times are GMT -4. The time now is 04:54.