|
From: Steve P. <sj...@gm...> - 2024-09-18 19:46:26
|
A relatively simple way to do this is to redefine the fix emit/face/file command every N steps, using an input file with multiple named sections of grid point values. E.g. do something like this: fix influx emit/face/file air xlo input.data step0 run 1000 fix influx emit/face/file air xlo input.data step1000 run 1000 fix influx emit/face/file air xlo input.data step2000 run 1000 You can define as many sections in the file (or in different files) as you like. Note that redefining a fix with the same ID and style, deletes the old one, and re-creates the new one. Steve On Wed, Sep 18, 2024 at 1:34 PM Sachin Nair <sac...@ut...> wrote: > Hi SPARTA users, > > Can we use the "fix emit/face/file" command to emit particles with > time-varying properties? I am trying to introduce plume particles of the > nozzle during its ramp-up phase. > > Thanks, > > Sachin > Graduate Student > The University of Texas at Austin > ᐧ > _______________________________________________ > sparta-users mailing list > spa...@li... > https://lists.sourceforge.net/lists/listinfo/sparta-users > |