SIMPLE scheme (2/3): Openfoam implementation-SimpleFoam
A walk through SimpleFoam wiki page . This is my study note of simpleFoam wiki page with links that helped me understand. Before simple loop createFields.H The included file createFields.H creates volumeScalarField p and volVectorField U from the 0 directory. Then it includes createPhi.H which creates surfaceScalarField phi with value fvc::flux(U) : It calls the …
SIMPLE scheme (2/3): Openfoam implementation-SimpleFoam Read More »