Saturday, December 1, 2018

mesh parameters for holly5_bkup.hdf

 This is for FineMesh.unv , InletMesh.unv , CoarseMesh.unv :
================================================


ideasUnvToFoam FineMesh.unv

...

units:"  SI: Meter (newton)"
unitType:2
Unit factors:
    Length scale       : 1
    Force scale        : 1
    Temperature scale  : 1
    Temperature offset : 273.15

...

Constructing mesh with non-default patches of size:
    fineSymmetryWall    80
    fineWalls    160
    fineCyclicBoundary    160
    fineplug    80
    faceFine    13120

...

transformPoints -scale '(0.00005 0.00001 0.00000857142857)'


gives    max( X Y Z) === >  (0.001  0.006  0.03)

==================================================
==================================================

ideasUnvToFoam CourseMesh.unv

...

unitType:2
Unit factors:
    Length scale       : 1
    Force scale        : 1
    Temperature scale  : 1
    Temperature offset : 273.15
....

Constructing mesh with non-default patches of size:
    courseFace    40000
    courseCyclicBoundary    200
    courseWalls    100
    freeBoundaryCourse    200
    courseSymmetryWalls    100
....

transformPoints -scale '(0.00005 0.00001 0.000009523809523809525)'

gives   max(X Y Z) ===>  (0.001 0.03 0.1)

==================================================
==================================================

 ideasUnvToFoam InletMesh.unv 

...

units:"  SI: Meter (newton)"
unitType:2
Unit factors:
    Length scale       : 1
    Force scale        : 1
    Temperature scale  : 1
    Temperature offset : 273.15

...

Constructing mesh with non-default patches of size:
    inletFace    450
    inlet    15
    inletWalls    30
    outletInlet    15

...

transformPoints -scale '(0.00005 0.000005598092074237316 0.00001)'

gives max(X Y Z) ===> (0.001 0.002886751346 0.005)

No comments:

Post a Comment