AlanZee commited on
Commit
7ba693e
·
verified ·
1 Parent(s): 4113443

Upload raw/stokes_wave/t00/log.blockMesh with huggingface_hub

Browse files
Files changed (1) hide show
  1. raw/stokes_wave/t00/log.blockMesh +77 -0
raw/stokes_wave/t00/log.blockMesh ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 13 2026
12
+ Time : 01:22:12
13
+ Host : DESKTOP-5QUC840
14
+ PID : 5047
15
+ I/O : uncollated
16
+ Case : /mnt/f/agent-workspace/paper2/Exp/data/raw/stokes_wave/t00
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
+ Creating block mesh from "system/blockMeshDict"
26
+ Creating block edges
27
+ No non-planar block faces defined
28
+ Creating topology blocks
29
+ Creating topology patches
30
+
31
+ Creating block mesh topology
32
+
33
+ Check topology
34
+
35
+ Basic statistics
36
+ Number of internal faces : 0
37
+ Number of boundary faces : 6
38
+ Number of defined boundary faces : 6
39
+ Number of undefined boundary faces : 0
40
+ Checking patch -> block consistency
41
+
42
+ Creating block offsets
43
+ Creating merge list .
44
+ Deleting polyMesh directory "constant/polyMesh"
45
+
46
+ Creating polyMesh from blockMesh
47
+ Creating patches
48
+ Creating cells
49
+ Creating points with scale 1
50
+ Block 0 cell size :
51
+ i : 0.04 .. 0.04
52
+ j : 0.04 .. 0.04
53
+ k : 0.01 .. 0.01
54
+
55
+
56
+ There are no merge patch pairs
57
+
58
+ Writing polyMesh with 0 cellZones
59
+ ----------------
60
+ Mesh Information
61
+ ----------------
62
+ boundingBox: (0 0 0) (30 0.04 0.7)
63
+ nPoints: 106642
64
+ nCells: 52500
65
+ nFaces: 210820
66
+ nInternalFaces: 104180
67
+ ----------------
68
+ Patches
69
+ ----------------
70
+ patch 0 (start: 104180 size: 70) name: inlet
71
+ patch 1 (start: 104250 size: 70) name: outlet
72
+ patch 2 (start: 104320 size: 750) name: ground
73
+ patch 3 (start: 105070 size: 750) name: top
74
+ patch 4 (start: 105820 size: 105000) name: sides
75
+
76
+ End
77
+