AlanZee commited on
Commit
0becbab
·
verified ·
1 Parent(s): 9a01154

Upload raw/dam_break/t01/log.blockMesh with huggingface_hub

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