AlanZee commited on
Commit
dfa590c
·
verified ·
1 Parent(s): e0982cc

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

Browse files
Files changed (1) hide show
  1. raw/stokes_wave/t48/log.blockMesh +76 -0
raw/stokes_wave/t48/log.blockMesh ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 : 01:59:57
13
+ Host : DESKTOP-5QUC840
14
+ PID : 4808
15
+ I/O : uncollated
16
+ Case : /mnt/f/agent-workspace/paper2/Exp/data/raw/stokes_wave/t48
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
+
45
+ Creating polyMesh from blockMesh
46
+ Creating patches
47
+ Creating cells
48
+ Creating points with scale 1
49
+ Block 0 cell size :
50
+ i : 0.04 .. 0.04
51
+ j : 0.04 .. 0.04
52
+ k : 0.01 .. 0.01
53
+
54
+
55
+ There are no merge patch pairs
56
+
57
+ Writing polyMesh with 0 cellZones
58
+ ----------------
59
+ Mesh Information
60
+ ----------------
61
+ boundingBox: (0 0 0) (30 0.04 0.7)
62
+ nPoints: 106642
63
+ nCells: 52500
64
+ nFaces: 210820
65
+ nInternalFaces: 104180
66
+ ----------------
67
+ Patches
68
+ ----------------
69
+ patch 0 (start: 104180 size: 70) name: inlet
70
+ patch 1 (start: 104250 size: 70) name: outlet
71
+ patch 2 (start: 104320 size: 750) name: ground
72
+ patch 3 (start: 105070 size: 750) name: top
73
+ patch 4 (start: 105820 size: 105000) name: sides
74
+
75
+ End
76
+