/*---------------------------------------------------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v1706 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ Build : v1706 Arch : "LSB;label=32;scalar=64" Exec : reconstructParMesh -constant Date : Jul 02 2018 Time : 11:27:40 Host : "default" PID : 2472 Case : /home/ofuser/workingDir/butterfly/outdoor_airflow nProcs : 1 sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10) allowSystemOperations : Allowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time This is an experimental tool which tries to merge individual processor meshes back into one master mesh. Use it if the original master mesh has been deleted or if the processor meshes have been modified (topology change). This tool will write the resulting mesh to a new time step and construct xxxxProcAddressing files in the processor meshes so reconstructPar can be used to regenerate the fields on the master mesh. Not well tested & use at your own risk! Merge tolerance : 1e-07 Write tolerance : 1e-07 Doing geometric matching on correct procBoundaries only. This assumes a correct decomposition. Found 2 processor directories Reading database "outdoor_airflow/processor0" Reading database "outdoor_airflow/processor1" Time = constant Reading points from "outdoor_airflow/processor0" for time = constant Reading points from "outdoor_airflow/processor1" for time = constant Overall mesh bounding box : (-14.97532 -12.13029 0) (46.42177 132.4328 21.18944) Relative tolerance : 1e-07 Absolute matching distance : 1.584837e-05 Merging mesh 0 with 1 Reading mesh to add from "outdoor_airflow/processor0" for time = constant Reading mesh to add from "outdoor_airflow/processor1" for time = constant mergeSharedPoints : detected 0 points that are to be merged. Writing merged mesh to "/home/ofuser/workingDir/butterfly/outdoor_airflow/constant" Reconstructing the addressing from the processor meshes to the newly reconstructed mesh Reading processor 0 mesh from "outdoor_airflow/processor0" Writing pointProcAddressing to "outdoor_airflow/processor0/constant/polyMesh" Writing faceProcAddressing to "outdoor_airflow/processor0/constant/polyMesh" Writing cellProcAddressing to "outdoor_airflow/processor0/constant/polyMesh" Writing boundaryProcAddressing to "outdoor_airflow/processor0/constant/polyMesh" Reading processor 1 mesh from "outdoor_airflow/processor1" Writing pointProcAddressing to "outdoor_airflow/processor1/constant/polyMesh" Writing faceProcAddressing to "outdoor_airflow/processor1/constant/polyMesh" Writing cellProcAddressing to "outdoor_airflow/processor1/constant/polyMesh" Writing boundaryProcAddressing to "outdoor_airflow/processor1/constant/polyMesh" End