Time steps in Smokeview #12921
-
Hello all, The default time step is used in the jet fire model and solid fire spread model I built respectively, but the time step shows a big difference when pulling the progress bar in Smokeview: 0.03s and 1.5s respectively. What I want to know is, what factors determine the time step in Smokeview? Can the time step in Smokeview be customized in code? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Output frequencies can be controlled via the The frequencies are controlled globally with Have a look in the users guide, section "22.1 Controlling the Frequency of Output". |
Beta Was this translation helpful? Give feedback.
-
The times that smokeview didplays should be the same as what fds outputs to
it. Podt your input file and ill take a look when i get back next week
…On Sun, May 12, 2024, 11:36 PM DOGzym ***@***.***> wrote:
Hello all,
The default time step is used in the jet fire model and solid fire spread
model I built respectively, but the time step shows a big difference when
pulling the progress bar in Smokeview: 0.03s and 1.5s respectively.
What I want to know is, what factors determine the time step in Smokeview?
Can the time step in Smokeview be customized in code?
—
Reply to this email directly, view it on GitHub
<#12921>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6UCRT7VBDJIPWXD6FMM2DZCAYKLAVCNFSM6AAAAABHTMVXHWVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGY2TQNJRGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Output frequencies can be controlled via the
DUMP
namelist. The default isNFRAMES=1000
, which divides the simulation time into 1000 data points. Thus, if the runtime of the simulations is different, the time step size between the data points is different.The frequencies are controlled globally with
NFRAMES
, but can also be adjusted individually for example forSLCF
usingDT_SLCF
.Have a look in the users guide, section "22.1 Controlling the Frequency of Output".