From 355d30677ff966371611f78c1fa909e57a978419 Mon Sep 17 00:00:00 2001 From: gforney Date: Wed, 25 Sep 2024 09:29:10 -0400 Subject: [PATCH 1/2] smv vv: add add test case to generate large slice files --- vistest/large/plume001/plume001.fds | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 vistest/large/plume001/plume001.fds diff --git a/vistest/large/plume001/plume001.fds b/vistest/large/plume001/plume001.fds new file mode 100644 index 0000000000..b81ddb57bf --- /dev/null +++ b/vistest/large/plume001/plume001.fds @@ -0,0 +1,34 @@ +&HEAD CHID='plume001',TITLE='Plume whirl case' / + + same as plume5a except there is a blockage in the middle of the scene to block the flow + The purpose of this case is to demonstrate the curved flow (via streak lines) that results. + +&MESH IJK=64,64,64, XB=0.0,1.6,0.0,1.6,0.0,1.6/ + +&DUMP NFRAMES=1000 DT_SL3D=0.01 / + +&INIT XB=0.2,1.4,0.2,1.4,0.2,1.4 TEMPERATURE=600.0 / + +&TIME T_END=1000. / Total simulation time + +&REAC SOOT_YIELD=0.01,FUEL='PROPANE'/ + +&SURF ID='BURNER',HRRPUA=600.0,PART_ID='tracers' / Ignition source +&VENT XB=0.5,1.1,0.5,1.1,0.1,0.1,SURF_ID='BURNER' / fire source on kitchen stove +&OBST XB=0.5,1.1,0.5,1.1,0.0,0.1 / + +&VENT MB='XMIN', SURF_ID='OPEN' / +&VENT MB='XMAX', SURF_ID='OPEN' / +&VENT MB='YMIN', SURF_ID='OPEN' / +&VENT MB='YMAX', SURF_ID='OPEN' / +&VENT MB='ZMAX', SURF_ID='OPEN' / + +&PART ID='tracers',MASSLESS=.TRUE., + QUANTITIES(1:3)='PARTICLE U','PARTICLE V','PARTICLE W' + SAMPLING_FACTOR=10 / Description of massless tracer particles. Apply at a + solid surface with the PART_ID='tracers' + +&SLCF PBY=0.8,QUANTITY='TEMPERATURE' / +&SLCF XB=0.0,1.6,0.0,1.6,0.0,1.6, QUANTITY='TEMPERATURE' / + +&TAIL / From 581860825893edcb96a03c506dfee93f2f2caabf Mon Sep 17 00:00:00 2001 From: gforney Date: Wed, 25 Sep 2024 09:37:10 -0400 Subject: [PATCH 2/2] smv vv: minor edit to large 1 mesh plume case --- vistest/large/plume001/plume001.fds | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vistest/large/plume001/plume001.fds b/vistest/large/plume001/plume001.fds index b81ddb57bf..10c352781b 100644 --- a/vistest/large/plume001/plume001.fds +++ b/vistest/large/plume001/plume001.fds @@ -1,15 +1,12 @@ &HEAD CHID='plume001',TITLE='Plume whirl case' / - same as plume5a except there is a blockage in the middle of the scene to block the flow - The purpose of this case is to demonstrate the curved flow (via streak lines) that results. - &MESH IJK=64,64,64, XB=0.0,1.6,0.0,1.6,0.0,1.6/ &DUMP NFRAMES=1000 DT_SL3D=0.01 / &INIT XB=0.2,1.4,0.2,1.4,0.2,1.4 TEMPERATURE=600.0 / -&TIME T_END=1000. / Total simulation time +&TIME T_END=50. / Total simulation time &REAC SOOT_YIELD=0.01,FUEL='PROPANE'/