Eric Mueller

Results 33 comments of Eric Mueller

I also want to bump this issue. I'm trying to animate an array of wind measurements, and the cone plot would be great for showing 'wind socks'. However, the automatic...

With the changes I have [here](https://github.com/firemodels/fds/compare/master...ericvmueller:fds:bfm) to update the definition of `RHO_S` and scale conductivity by `PACKING_RATIO`, the example you have works when shrinking is allowed. Case_F19_BFM_crude from CSIRO also...

The test case works with the above commits ...but we may want to leave this issue open while I explore removing `MINIMUM_BURNOUT_TIME` from validation cases

If you're talking about launching smokeview by clicking on an smv file in Finder, you can create an 'app' via Automator where the app simply executes smokeview on the file...

Is this coupling dynamic, or are you obtaining a single UVW field from PALM that you want FDS to maintain at the boundaries throughout the simulation? I guess the reason...

My idea of using VT%U_EDDY etc was just an initial way to do the lateral variation since we already have this framework of 2D arrays applied to the boundaries. For...

I think I misinterpreted the application of VEL_EDDY in VELOCITY_BC, as this is not applied for open wind boundaries. https://github.com/firemodels/fds/blob/6a53de908e7a57f8d2af4c1c345d05b9d997894a/Source/velo.f90#L2192-L2196 So we have a mismatch were it _is_ applied in...

Nice - the only question I have is now it seems the use of SEM with an open boundary ignores tangential U/V/W_WIND. Putting aside the case of model coupling for...

Looks reasonable to me and should allow Alena to just continue with using those eddy arrays, as you say. Out of curiosity I will try this with that hack I...

In your first approach you are directly dictating the number of particles generated per cell per second with `NPPC` and `DT_INSERT`. There is no connection between this generation rate and...