File size: 2,471 Bytes
c0ab692 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | /*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : OPENFOAM=1906 patch=191111
Arch : "LSB;label=32;scalar=64"
Exec : blockMesh
Date : Jul 11 2026
Time : 12:53:21
Host : DESKTOP-5QUC840
PID : 6140
I/O : uncollated
Case : /mnt/f/agent-workspace/paper2/Exp/data/raw/dam_break/t00
nProcs : 1
trapFpe: Floating point exception trapping enabled (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10)
allowSystemOperations : Allowing user-supplied system call operations
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time
Overriding OptimisationSwitches according to controlDict
Creating block mesh from "system/blockMeshDict"
Creating block edges
No non-planar block faces defined
Creating topology blocks
Creating topology patches
Creating block mesh topology
Check topology
Basic statistics
Number of internal faces : 0
Number of boundary faces : 6
Number of defined boundary faces : 6
Number of undefined boundary faces : 0
Checking patch -> block consistency
Creating block offsets
Creating merge list .
Deleting polyMesh directory "constant/polyMesh"
Creating polyMesh from blockMesh
Creating patches
Creating cells
Creating points with scale 1
Block 0 cell size :
i : 0.0045625 .. 0.0045625
j : 0.0045625 .. 0.0045625
k : 0.001 .. 0.001
There are no merge patch pairs
Writing polyMesh with 0 cellZones
----------------
Mesh Information
----------------
boundingBox: (0 0 0) (0.584 0.584 0.001)
nPoints: 33282
nCells: 16384
nFaces: 65792
nInternalFaces: 32512
----------------
Patches
----------------
patch 0 (start: 32512 size: 128) name: leftWall
patch 1 (start: 32640 size: 128) name: rightWall
patch 2 (start: 32768 size: 128) name: lowerWall
patch 3 (start: 32896 size: 128) name: upperWall
patch 4 (start: 33024 size: 32768) name: defaultFaces
End
|