-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: unable to load U velocity vector components #1161
Comments
I would suspect that "more data" is the likely issue. 3D slice files get very large. Does it help if you "unload all" first? Glenn is out this week, so not sure if he will respond very readily. |
assuming x2go is not the issue, try opening the Files/Data/Coloring dialog box, then open the "Time" tab. reduce the data that is loaded by selecting the "frame skip" checkbox and setting some number, say 5. how big re these 3d slice files? how much memory on the system where you are running smokeview? |
I'm at the machine console (local) with a frame skip of 5 and it loads only about 20 seconds of the >200seconds of data. Skip of 10 loads slightly less (real) time. It has 64G RAM. Setting the start time to 200 seconds doesn't affect things, nor does setting start time to 0 with offset of 200 seconds. Using min and max I was able to get the smoke data to load for the time interval (200 to 210 secs with step 5) but loading the slice for a basis vector gave the "Error: unable to load U velocity vector components in...".
|
All I can suggest is to look at the size of the files and make sure they are consistent with how much data you expect. For example, |
I just figured out that the number of frames is going to be the number of seconds in the simulation divided by "DT_SL3D" parameter the, so the following looks about correct: 96x96x19x4 = 7077890 10118428970 / 7077890 = 1429.58 So 1429 should be the approximate number of frames, right?
and
so 353.43 / 0.25 = 1413.72 which is in the ballpark at least. PS: There is only one mesh in this model and the files of length 2749034 are from a prior run which had multiple meshes the first of which was small.
|
If you don't change NFRAMES on DUMP in the input file, then the default is 1000 for the entire simulation. That means FDS will write one 3D slice every DT_SLCF = T_END/1000 seconds. For each
where Please include your input file. This will help us guess what might be going on. |
Here is square.fds:
|
How much memory does your computer have? Change DT_SL3D to 1 or something
larger. This will be equvalent to changing number of frames to ~480. Ill
check why smokeview is not skipping frames properly
…On Tue, Jun 29, 2021, 4:14 PM James Bowery ***@***.***> wrote:
Here is square.fds:
&HEAD CHID='square'/
&TIME T_END=480.0/
&DUMP DT_RESTART=60.0, DT_SL3D=0.25/
&MESH ID='Mesh01', IJK=96,96,192, XB=-24.0,24.0, -24.0,24.0, 0,96/
&PART ID='TracerR',
MASSLESS=.TRUE.,
MONODISPERSE=.TRUE.,
COLOR='RED',
AGE=60.0/
&SURF ID='ParticleR',
COLOR='RED',
TMP_FRONT=40.0,
EMISSIVITY=0.0,
VEL=-1.0,
PART_ID='TracerR'/
&VENT ID='VentR', SURF_ID='ParticleR', XB=-1,0, -5,-5, 0.0,0.0/
&PART ID='TracerB',
MASSLESS=.TRUE.,
MONODISPERSE=.TRUE.,
COLOR='BLUE',
AGE=60.0/
&SURF ID='ParticleB',
COLOR='BLUE',
TMP_FRONT=40.0,
EMISSIVITY=0.0,
VEL=-1.0,
PART_ID='TracerB'/
&VENT ID='VentB', SURF_ID='ParticleB', XB=1,0, 5,5, 0.0,0.0/
&PART ID='Propane',
SPEC_ID='PROPANE',
DIAMETER=1000.0,
MONODISPERSE=.TRUE.,
RGB=240,5,6,
AGE=60.0/
&REAC ID='Reaction1',
FUEL='PROPANE',
SOOT_YIELD=0.01/
&PROP ID='Fuel Spray',
PART_ID='Propane',
OFFSET=0.25,
FLOW_RATE=1.21,
FLOW_RAMP='FUEL RAMP',
PARTICLE_VELOCITY=20.0,
SPRAY_ANGLE=5.0,5.0/
&RAMP ID='FUEL RAMP', T=0.0, F=0.0/
&RAMP ID='FUEL RAMP', T=1.0, F=1.0/
&RAMP ID='FUEL RAMP', T=480.0, F=1.0/
&DEVC ID='NOZZLE', PROP_ID='Fuel Spray', XYZ=0,0,2.5, ORIENTATION=0.0,0.0,1.0, QUANTITY='TIME', SETPOINT=0.0/
&DEVC ID='FEDco', QUANTITY='FED', XYZ=0,0,1.5/
&DEVC ID='Temp', QUANTITY='TEMPERATURE', XYZ=0,0,1.5/
&DEVC ID='Rad', QUANTITY='RADIATIVE HEAT FLUX GAS', XYZ=0,0,1.5, ORIENTATION=0.0,0.0,1.0/
&VENT ID='Boundry Vent XMAX', SURF_ID='OPEN', XB=24.0,24.0, -24.0,24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent XMIN', SURF_ID='OPEN', XB=-24.0,-24.0, -24.0,24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent YMAX', SURF_ID='OPEN', XB=-24.0,24.0, 24.0,24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent YMIN', SURF_ID='OPEN', XB=-24.0,24.0, -24.0,-24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent ZMAX', SURF_ID='OPEN', XB=-24.0,24.0, -24.0,24.0, 96.0,96.0, COLOR='INVISIBLE'/
-x
&OBST ID='Fan', XB=10.00,11.00,8.00,9.00,0.0,1.0/
&VENT ID='IN00', SURF_ID='HVAC', XB=11.00,11.00,8.00,9.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT00', SURF_ID='HVAC', XB=10.00,10.00,8.00,9.00,0.0,1.0, COLOR='BLUE', UVW=1,0,.18/
&OBST ID='Tarp00', XB=11.70,-10.70, 12.00,13.00, 0.0,20.0/
+x
&OBST ID='Fan', XB=-10.00,-11.00,-8.00,-9.00,0.0,1.0/
&VENT ID='IN01', SURF_ID='HVAC', XB=-11.00,-11.00,-8.00,-9.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT01', SURF_ID='HVAC',XB=-10.00,-10.00,-8.00,-9.00,0.0,1.0, COLOR='BLUE', UVW=-1,0,.18/
&OBST ID='Tarp01', XB=-11.70,10.70, -12.00,-13.00, 0.0,20.0/
-y
&OBST ID='Fan', XB=-8.00,-9.00,10.00,11.00,0.0,1.0/
&VENT ID='IN02', SURF_ID='HVAC', XB=-8.00,-9.00,11.00,11.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT02', SURF_ID='HVAC', XB=-8.00,-9.00,10.00,10.00,0.0,1.0, COLOR='BLUE', UVW=0,1,.18/
&OBST ID='Tarp00', XB=12.00,13.00, 11.70,-10.70, 0.0,20.0/
+y
&OBST ID='Fan', XB=8.00,9.00,-10.00,-11.00,0.0,1.0/
&VENT ID='IN03', SURF_ID='HVAC', XB=8.00,9.00,-11.00,-11.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT03', SURF_ID='HVAC',XB=8.00,9.00,-10.00,-10.00,0.0,1.0, COLOR='BLUE', UVW=0,-1,.18/
&OBST ID='Tarp01', XB=-12.00,-13.00, -11.70,10.70, 0.0,20.0/
&HVAC ID='IN00', TYPE_ID='NODE', DUCT_ID='JET FAN', VENT_ID='IN00'/
&HVAC ID='OUT00', TYPE_ID='NODE', DUCT_ID='JET FAN', VENT_ID='OUT00'/
&HVAC ID='JET FAN', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN00','OUT00'/
&HVAC ID='IN01', TYPE_ID='NODE', DUCT_ID='JET FAN01', VENT_ID='IN01'/
&HVAC ID='OUT01', TYPE_ID='NODE', DUCT_ID='JET FAN01', VENT_ID='OUT01'/
&HVAC ID='JET FAN01', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN01','OUT01'/
&HVAC ID='JET FAN02', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN02','OUT02'/
&HVAC ID='IN02', TYPE_ID='NODE', DUCT_ID='JET FAN02', VENT_ID='IN02'/
&HVAC ID='OUT02', TYPE_ID='NODE', DUCT_ID='JET FAN02', VENT_ID='OUT02'/
&HVAC ID='JET FAN03', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN03','OUT03'/
&HVAC ID='IN03', TYPE_ID='NODE', DUCT_ID='JET FAN03', VENT_ID='IN03'/
&HVAC ID='OUT03', TYPE_ID='NODE', DUCT_ID='JET FAN03', VENT_ID='OUT03'/
&RAMP ID='JET FAN RAMP', T=0.0, F=0.0/
&RAMP ID='JET FAN RAMP', T=1.0, F=1.0/
&RAMP ID='JET FAN RAMP', T=480.0, F=1.0/
&SLCF QUANTITY='VELOCITY', VECTOR=.TRUE., CELL_CENTERED=.TRUE., XB=-24.0,24.0, -24.0,24.0,0.0,96.0/
&SLCF QUANTITY='TEMPERATURE', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&SLCF QUANTITY='VORTICITY Z', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&SLCF QUANTITY='HRRPUV', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&SLCF QUANTITY='INTEGRATED INTENSITY', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&TAIL/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRQL3WWVHV3YB3IJXHDTVISTDANCNFSM47QM2TSQ>
.
|
Also try loading a 3d slice for just one mesh. Look for a meah menu item
under slices
…On Tue, Jun 29, 2021, 4:14 PM James Bowery ***@***.***> wrote:
Here is square.fds:
&HEAD CHID='square'/
&TIME T_END=480.0/
&DUMP DT_RESTART=60.0, DT_SL3D=0.25/
&MESH ID='Mesh01', IJK=96,96,192, XB=-24.0,24.0, -24.0,24.0, 0,96/
&PART ID='TracerR',
MASSLESS=.TRUE.,
MONODISPERSE=.TRUE.,
COLOR='RED',
AGE=60.0/
&SURF ID='ParticleR',
COLOR='RED',
TMP_FRONT=40.0,
EMISSIVITY=0.0,
VEL=-1.0,
PART_ID='TracerR'/
&VENT ID='VentR', SURF_ID='ParticleR', XB=-1,0, -5,-5, 0.0,0.0/
&PART ID='TracerB',
MASSLESS=.TRUE.,
MONODISPERSE=.TRUE.,
COLOR='BLUE',
AGE=60.0/
&SURF ID='ParticleB',
COLOR='BLUE',
TMP_FRONT=40.0,
EMISSIVITY=0.0,
VEL=-1.0,
PART_ID='TracerB'/
&VENT ID='VentB', SURF_ID='ParticleB', XB=1,0, 5,5, 0.0,0.0/
&PART ID='Propane',
SPEC_ID='PROPANE',
DIAMETER=1000.0,
MONODISPERSE=.TRUE.,
RGB=240,5,6,
AGE=60.0/
&REAC ID='Reaction1',
FUEL='PROPANE',
SOOT_YIELD=0.01/
&PROP ID='Fuel Spray',
PART_ID='Propane',
OFFSET=0.25,
FLOW_RATE=1.21,
FLOW_RAMP='FUEL RAMP',
PARTICLE_VELOCITY=20.0,
SPRAY_ANGLE=5.0,5.0/
&RAMP ID='FUEL RAMP', T=0.0, F=0.0/
&RAMP ID='FUEL RAMP', T=1.0, F=1.0/
&RAMP ID='FUEL RAMP', T=480.0, F=1.0/
&DEVC ID='NOZZLE', PROP_ID='Fuel Spray', XYZ=0,0,2.5, ORIENTATION=0.0,0.0,1.0, QUANTITY='TIME', SETPOINT=0.0/
&DEVC ID='FEDco', QUANTITY='FED', XYZ=0,0,1.5/
&DEVC ID='Temp', QUANTITY='TEMPERATURE', XYZ=0,0,1.5/
&DEVC ID='Rad', QUANTITY='RADIATIVE HEAT FLUX GAS', XYZ=0,0,1.5, ORIENTATION=0.0,0.0,1.0/
&VENT ID='Boundry Vent XMAX', SURF_ID='OPEN', XB=24.0,24.0, -24.0,24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent XMIN', SURF_ID='OPEN', XB=-24.0,-24.0, -24.0,24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent YMAX', SURF_ID='OPEN', XB=-24.0,24.0, 24.0,24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent YMIN', SURF_ID='OPEN', XB=-24.0,24.0, -24.0,-24.0, 0.0,96.0, COLOR='INVISIBLE'/
&VENT ID='Boundry Vent ZMAX', SURF_ID='OPEN', XB=-24.0,24.0, -24.0,24.0, 96.0,96.0, COLOR='INVISIBLE'/
-x
&OBST ID='Fan', XB=10.00,11.00,8.00,9.00,0.0,1.0/
&VENT ID='IN00', SURF_ID='HVAC', XB=11.00,11.00,8.00,9.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT00', SURF_ID='HVAC', XB=10.00,10.00,8.00,9.00,0.0,1.0, COLOR='BLUE', UVW=1,0,.18/
&OBST ID='Tarp00', XB=11.70,-10.70, 12.00,13.00, 0.0,20.0/
+x
&OBST ID='Fan', XB=-10.00,-11.00,-8.00,-9.00,0.0,1.0/
&VENT ID='IN01', SURF_ID='HVAC', XB=-11.00,-11.00,-8.00,-9.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT01', SURF_ID='HVAC',XB=-10.00,-10.00,-8.00,-9.00,0.0,1.0, COLOR='BLUE', UVW=-1,0,.18/
&OBST ID='Tarp01', XB=-11.70,10.70, -12.00,-13.00, 0.0,20.0/
-y
&OBST ID='Fan', XB=-8.00,-9.00,10.00,11.00,0.0,1.0/
&VENT ID='IN02', SURF_ID='HVAC', XB=-8.00,-9.00,11.00,11.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT02', SURF_ID='HVAC', XB=-8.00,-9.00,10.00,10.00,0.0,1.0, COLOR='BLUE', UVW=0,1,.18/
&OBST ID='Tarp00', XB=12.00,13.00, 11.70,-10.70, 0.0,20.0/
+y
&OBST ID='Fan', XB=8.00,9.00,-10.00,-11.00,0.0,1.0/
&VENT ID='IN03', SURF_ID='HVAC', XB=8.00,9.00,-11.00,-11.00,0.0,1.0, COLOR='RED'/
&VENT ID='OUT03', SURF_ID='HVAC',XB=8.00,9.00,-10.00,-10.00,0.0,1.0, COLOR='BLUE', UVW=0,-1,.18/
&OBST ID='Tarp01', XB=-12.00,-13.00, -11.70,10.70, 0.0,20.0/
&HVAC ID='IN00', TYPE_ID='NODE', DUCT_ID='JET FAN', VENT_ID='IN00'/
&HVAC ID='OUT00', TYPE_ID='NODE', DUCT_ID='JET FAN', VENT_ID='OUT00'/
&HVAC ID='JET FAN', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN00','OUT00'/
&HVAC ID='IN01', TYPE_ID='NODE', DUCT_ID='JET FAN01', VENT_ID='IN01'/
&HVAC ID='OUT01', TYPE_ID='NODE', DUCT_ID='JET FAN01', VENT_ID='OUT01'/
&HVAC ID='JET FAN01', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN01','OUT01'/
&HVAC ID='JET FAN02', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN02','OUT02'/
&HVAC ID='IN02', TYPE_ID='NODE', DUCT_ID='JET FAN02', VENT_ID='IN02'/
&HVAC ID='OUT02', TYPE_ID='NODE', DUCT_ID='JET FAN02', VENT_ID='OUT02'/
&HVAC ID='JET FAN03', TYPE_ID='DUCT', AREA=1.0, PERIMETER=4.0, VOLUME_FLOW=25.0, RAMP_ID='JET FAN RAMP', NODE_ID='IN03','OUT03'/
&HVAC ID='IN03', TYPE_ID='NODE', DUCT_ID='JET FAN03', VENT_ID='IN03'/
&HVAC ID='OUT03', TYPE_ID='NODE', DUCT_ID='JET FAN03', VENT_ID='OUT03'/
&RAMP ID='JET FAN RAMP', T=0.0, F=0.0/
&RAMP ID='JET FAN RAMP', T=1.0, F=1.0/
&RAMP ID='JET FAN RAMP', T=480.0, F=1.0/
&SLCF QUANTITY='VELOCITY', VECTOR=.TRUE., CELL_CENTERED=.TRUE., XB=-24.0,24.0, -24.0,24.0,0.0,96.0/
&SLCF QUANTITY='TEMPERATURE', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&SLCF QUANTITY='VORTICITY Z', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&SLCF QUANTITY='HRRPUV', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&SLCF QUANTITY='INTEGRATED INTENSITY', CELL_CENTERED=.TRUE., XB=-24.0,24.0,-24.0,24.0,0.0,96.0/
&TAIL/
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRQL3WWVHV3YB3IJXHDTVISTDANCNFSM47QM2TSQ>
.
|
My system has 64G RAM. |
There is only one mesh. |
That is your ram. I think the worry is you might be filling up your disk.
How much storage do you have?
On Tue, Jun 29, 2021 at 7:08 PM James Bowery ***@***.***> wrote:
There is only one mesh.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBWXQJLZFB2VPMCX6H2R33TVJG6BANCNFSM47QM2TSQ>
.
--
Sent from my iPhone
|
Sorry about that, you did say that. In addition to increasing 3d slice
step size you could add some 2d slices at locations of interest, say the
center x and y vertical planes and several horizontal z planes.
…On Tue, Jun 29, 2021, 7:08 PM James Bowery ***@***.***> wrote:
There is only one mesh.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRQ7GZN2GXOFH5RTM5LTVJG6DANCNFSM47QM2TSQ>
.
|
Looks like I have about 700G free on the device where the directory is located.
I'm getting another |
Of some pertinence, I killed off the |
Ran into a similar problem on another simulation that renders only about 10seconds out of over 100seconds. As before, if I kill off fds I can render a few seconds more. Particles render the whole timeline. Here's the disk usage:
|
can you post your input file |
your 3d slice files will get to be pretty big . approximately 1921921924(1200 s) *(4 frames/s) ~= 135GB I suggest you replace them with 2D slice files at various locations of interest. ie replace XB=... with PBY=0.0 or some other position do that and let me know if you still see a problem |
See this screencast.
The video shows, first, a silent failure to load a scalar slice and then a reported (see subject above) failure to load a vector slice.
I was able to load these slices and vectors yesterday.
Two things have changed that might have caused this:
The text was updated successfully, but these errors were encountered: