Skip to content

Commit

Permalink
Added case
Browse files Browse the repository at this point in the history
  • Loading branch information
wallytutor committed Oct 16, 2024
1 parent ded8135 commit 9e1dae0
Show file tree
Hide file tree
Showing 12 changed files with 107,674 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/MFiX/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
*.pvd
*.stl
*.vtk
*.vtp
*.vtu

VTU_FRAME_INDEX.TXT
43 changes: 43 additions & 0 deletions apps/MFiX/hopper_dem_3d/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Ignore generated repo
*.git/

# Solver build
build*/

# Common MFiX files
!.graphics
!.thumbnail
!.ui_state
!.visual_props

# Run
*.dll.a
*.bat

# Results
*.csv
*.env
*.msh
*.pid
*.pvd
*.stl
*.vtk
*.vtp
*.vtu
*.RES
*.SP*

# Logs
*.log
*.LOG
*.OUT
*.TXT
*.stderr
*.stdout

# Project specifics
!bimodal_psd.txt
!geometry.stl
!geometry_0002.stl
!particle_input.csv
test.png
1 change: 1 addition & 0 deletions apps/MFiX/hopper_dem_3d/.graphics
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"order": ["VTK", "Monitors"], "data": {"VTK": {"plot": false, "vtk": true, "monitors": false, "histogram": false, "vtk_state": {"time": 0, "camera": {"position": [1.7274272643654769, 2.522596210310472, 5.082873576586433], "focal_point": [0.0, -0.7475000023841858, 0.0], "view_angle": 30.0, "view_up": [-0.25168556345992477, 0.850584680322506, -0.46169262366483654], "parallel": 1, "parallel_scale": 1.4334557342025738}, "pipeline": {"geometry.stl": {"type": "stl", "visible": true, "opacity": 0.4, "variable_color": {}, "color": "#e0e0e0", "obj_name": "geometry.stl", "pvd": null, "style": "solid"}, "geometry_0002.stl": {"type": "stl", "visible": false, "opacity": 0.4, "variable_color": {}, "color": "#e0e0e0", "obj_name": "geometry_0002.stl", "pvd": null}, "HOPPER_P": {"type": "vtp", "visible": false, "opacity": 1.0, "variable_color": {"Diameter": {"component": "mag", "single_color": false, "color": "#e0e0e0", "color_map": "viridis", "from": 0.005291129928082228, "to": 0.01383179984986782, "range": [[0.005291129928082228, 0.01383179984986782]], "magnitude": [0.005291129928082228, 0.01383179984986782], "reversed": false}}, "color": "#e0e0e0", "obj_name": "HOPPER_P", "variable": "Diameter", "mtext": "point gaussian"}, "HOPPER_DEM_3D_FACETS_IGNORED.stl": {"type": "stl", "visible": false, "opacity": 0.4, "variable_color": {}, "color": "#e0e0e0", "obj_name": "HOPPER_DEM_3D_FACETS_IGNORED.stl", "pvd": null}, "HOPPER_DEM_3D_FACETS_READ.stl": {"type": "stl", "visible": false, "opacity": 0.4, "variable_color": {}, "color": "#e0e0e0", "obj_name": "HOPPER_DEM_3D_FACETS_READ.stl", "pvd": null}}, "color_maps": {"vtp": {"Diameter": {"obj_list": ["HOPPER_P"], "cmap": "viridis", "n_labels": 11, "component": "mag", "comp": ""}}, "vtu": {}}, "time_label_format": "%.2f s", "time_label_pos": "top right", "time_label_color": "#000000", "time_label_text_size": 24, "image_stack_dir": "/.nfs/home/3/jweber/mfix/tutorials/dem/hopper_3d", "image_stack_prefix": "frame_", "image_stack_width": "1920", "image_stack_height": "1080", "image_stack_type": "png", "image_stack_trans": false}}, "Monitors": {"plot": false, "vtk": false, "monitors": true, "histogram": false, "monitors_state": {"BOTTOM_INVENTORY.csvpmass": {"visibility": true, "variable": "pmass", "monitor": "bottom_inventory.csv", "color": "#1f77b4"}, "TOP_INVENTORY.csvpmass": {"visibility": true, "variable": "pmass", "monitor": "top_inventory.csv", "color": "#ff7f0e"}, "MASS_FLOW_RATE_MID_PLANE.csvpmass": {"visibility": true, "variable": "pmass", "monitor": "mass_flow_rate_mid_plane.csv", "color": "#2ca02c"}}}}}
Binary file added apps/MFiX/hopper_dem_3d/.thumbnail
Binary file not shown.
1 change: 1 addition & 0 deletions apps/MFiX/hopper_dem_3d/.ui_state
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"mode": "modeler", "navigation": "model_setup", "graphic_tab": 0}
1 change: 1 addition & 0 deletions apps/MFiX/hopper_dem_3d/.visual_props
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"mesh": {"color": "#f44328", "visible": true, "rep": "wire", "edge": "#7a2114", "opacity": 1}, "background_mesh": {"color": "#64b6f7", "visible": true, "rep": "wire", "edge": "#325b7b", "opacity": 1.0}, "geometry": {"color": "#e0e0e0", "visible": true, "rep": "wire", "edge": "#707070", "opacity": 1.0}, "regions": {"color": "#e0e0e0", "visible": true, "rep": "solid", "edge": "#707070", "opacity": 0.5}, "normals": {"color": "#0000e0", "visible": false, "scale": 0.1, "edge": "#000070"}, "axes": {"color": "#0000e0", "visible": true, "edge": "#000070"}, "boundary": {"color": "#0000e0", "opacity": 1, "rep": "edges", "visible": false, "color_by": "bc_id", "edge": "#000070"}, "particles": {"color": "#d6d7b0", "visible": true, "opacity": 1, "edge": "#6b6b58"}}
54 changes: 54 additions & 0 deletions apps/MFiX/hopper_dem_3d/bimodal_psd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
51, 1
CDF
!diameter CDF
2.4644e-03 0.0000e+00
2.9369e-03 5.3333e-04
3.4095e-03 5.3333e-04
3.8821e-03 8.0000e-04
4.3547e-03 1.4667e-03
4.8272e-03 2.9333e-03
5.2998e-03 4.9333e-03
5.7724e-03 1.0400e-02
6.2450e-03 2.0000e-02
6.7176e-03 3.2933e-02
7.1901e-03 5.0667e-02
7.6627e-03 7.9867e-02
8.1353e-03 1.1947e-01
8.6079e-03 1.6627e-01
9.0805e-03 2.2347e-01
9.5530e-03 2.8213e-01
1.0026e-02 3.4387e-01
1.0498e-02 4.0120e-01
1.0971e-02 4.5773e-01
1.1443e-02 5.1107e-01
1.1916e-02 5.5613e-01
1.2389e-02 5.8973e-01
1.2861e-02 6.1787e-01
1.3334e-02 6.3827e-01
1.3806e-02 6.5040e-01
1.4279e-02 6.6000e-01
1.4751e-02 6.6427e-01
1.5224e-02 6.6840e-01
1.5697e-02 6.7013e-01
1.6169e-02 6.7347e-01
1.6642e-02 6.7893e-01
1.7114e-02 6.8773e-01
1.7587e-02 7.0093e-01
1.8059e-02 7.1893e-01
1.8532e-02 7.4427e-01
1.9005e-02 7.7053e-01
1.9477e-02 7.9840e-01
1.9950e-02 8.3147e-01
2.0422e-02 8.6160e-01
2.0895e-02 8.9120e-01
2.1368e-02 9.2093e-01
2.1840e-02 9.4280e-01
2.2313e-02 9.6053e-01
2.2785e-02 9.7293e-01
2.3258e-02 9.8240e-01
2.3730e-02 9.8947e-01
2.4203e-02 9.9440e-01
2.4676e-02 9.9653e-01
2.5148e-02 9.9827e-01
2.5621e-02 9.9947e-01
2.6093e-02 1.0000e+00
4 changes: 4 additions & 0 deletions apps/MFiX/hopper_dem_3d/fort.53
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

Number of SMP threads: 1


Loading

0 comments on commit 9e1dae0

Please sign in to comment.