My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
FDS_Release_Notes  
Release Notes for Fire Dynamics Simulator (FDS)
Featured, Phase-Implementation
Updated Oct 29, 2010 by mcgra...@gmail.com

Latest version of this document.

Summary of FDS Minor Releases

Each version number of FDS contains three integers, for example, FDS 5.1.3. The number 5 is the major release; the number 1 is the minor release; the number 3 is the maintenance release. This page provides a summary of the minor releases starting with the major release, FDS 5. It also provides details of the changes made between maintenance releases. Changes in the maintenance release only involve bug fixes, whereas changes to the minor release involve changes in program functionality. It is recommended that you continually update maintenance releases, but update the minor release only with the start of new projects because some results might change.

FDS 5.5

  • Restoration of the baroclinic torque term in the momentum equation, by default
  • Secondary breakup model for droplets (simplified version of WAVE model by Reitz 1987)
  • Ability to have a RAMP use a DEVC for the independent variable by the keyword DEVC_ID on RAMP
  • Built-in thermophysical properties for a number of liquids (water and some common fuels)
  • Expanded number of gases with built-in thermophysical properties
  • Expanded set of droplet output quantities from PDPA devices
  • RAMPs and TAUs for EXTERNAL_FLUX on SURF
  • RAMP_PART and TAU_PART on SURF to control PARTICLE_MASS_FLUX
  • Use of a SURF line to describe lagrangian particles

FDS 5.4

  • Pyrolysis model for solid materials has changed. The most important change is the definition of REFERENCE_TEMPERATURE and the elimination of REFERENCE_RATE. See the FDS User's Guide for more details.
  • Werner-Wengle wall model, a better description of the velocity boundary condition.
  • OpenMP parallelization option. This will allow you to use multiple cores/processors on a single computer to process a single mesh case, or when combined with MPI, will allow each mesh on each computer to exploit the multiple cores/processors.
  • ORIFICE_DIAMETER has been added to PROP inputs to provide a simple way to set droplet velocity. This is an alternative to specifying DROPLET_VELOCITY.
  • Thermally-Induced Electrical Failure (THIEF) model added to predict damage to electrical cables.

FDS 5.3

  • New output quantity: Fractional Effective Dose (FED) by Purser.
  • TIME INTEGRAL statistics is availale for device outputs.
  • Yields of any explicitly-defined (via the SPEC line) gas species can be specified on the MATL lines using the new parameter NU_GAS.
  • The user can specify how the sprinkler pipe pressure depends on the number of open nozzles. The flow rate, droplet speed and median diameter are updated correspondingly.
  • The logical keyword DRY has been added to DEVC. When using the mixture fraction and specifying either MASS FRACTION or VOLUME FRACTION, use of DRY will give that fraction minus water vapor (i.e. give an output like a typical gas analyzer).
  • A Phase Doppler Particle Analysis (PDPA) device has been defined for detailed measurements of droplet sprays.
  • A new namelist group called MULT (short for multiplier) allows you to multiply OBSTructions and MESHes easily without having to retype the input lines over and over.
  • A new parameter called BULK_DENSITY has been added to the OBST namelist group to indicate more easily the total combustible mass within an OBSTruction that can BURN_AWAY.
  • Pressure ZONEs can now be opened, and sealed compartments can become unsealed via an OPEN boundary.
  • The output quantity that was once called 'soot density' and the newer version, QUANTITY='DENSITY', SPEC_ID='soot', is now in units of kg/m^3.
  • Device (DEVC) output units can be changed via a CONVERSION_FACTOR.

FDS 5.2

  • A simple "Eddy Dissipation" model is added to predict the mixing time of fuel and oxygen. Previous versions of FDS used the time step, which was tied to the flow velocity via the CFL criterion. The eddy dissipation model ties the mixing time to the turbulent diffusion coefficient, which is ultimately related to the eddy viscosity of the Smagorinsky form of LES. The eddy dissipation concept is based on scaling arguments and involves an empirical coefficient which has been determined by comparing calculations to classical fire plume experiments and correlations.
  • The names of the output quantities have changed, but the old names are still acceptable. The idea is to use parameters like SPEC_ID and PART_ID in conjunction with QUANTITY's like 'MASS FRACTION' and 'VOLUME FRACTION.' Details are in the User's Guide. Also, the underscores in QUANTITY names are no longer needed.
  • The default number of droplets introduced in a spray has increased to 5000 per second, and the insertion time has decreased to 0.01 s. The old values were 1000 and 0.05, respectively.
  • The mean beam length (PATH_LENGTH) for the radiation solver is no longer based on the size of the overall domain, but rather it defaults to 5 times the mesh cell size.
  • It is now possible to declare explicitly a surrogate species for smoke that can be visualized with SMOKE3D and a new output QUANITTY called VISIBILITY.

FDS 5.1

In simulations involving multiple meshes, FDS no longer allows the meshes to be arbitrarily connected. Starting with version 5.1, mesh resolution can only increase or decrease in integer increments. This change in functionality means that some input files that ran previously will no longer run.

Details of FDS Maintenance Releases

The following text is the change log history for each release of FDS_5.

Version 5.5.3 - October 29, 2010

SVN Revision 7031

r7031 | drjfloyd | 2010-10-29 11:07:09 -0400 (Fri, 29 Oct 2010) |

FDS Source: Make FHRR in UPDATE_HRR consistent with U Guide

r7025 | mcgratta | 2010-10-28 17:36:23 -0400 (Thu, 28 Oct 2010) |

FDS Source: Update version to 5.5.3.

r7019 | randy.mcdermott | 2010-10-26 16:32:12 -0400 (Tue, 26 Oct 2010) |

FDS Source: general clean up of old FDS 6 options; remove SCALARF, DENSITY_TVD, ENSEMBLE_MEAN_CLOSURE; comment EMBEDDED_MESH_METHOD to be restored later

r7010 | mcgratta | 2010-10-25 10:32:26 -0400 (Mon, 25 Oct 2010) |

FDS Source: Issue 1232. Fix bug introduced when fixing ML%HEAT_OF_COMBUSTION issue.

r7009 | mcgratta | 2010-10-25 08:36:03 -0400 (Mon, 25 Oct 2010) |

FDS Source: Issue 1132. Ensure that OM_E (vorticity) calculated properly at interpolated boundary.

r6998 | randy.mcdermott | 2010-10-21 17:54:56 -0400 (Thu, 21 Oct 2010) |

FDS Source: include MASS_FLUX_TOTAL in BLOWING or SUCKING logic; mods to MASS_COR_IF for NEW_FLUX_LIMITER

r6994 | mcgratta | 2010-10-21 14:14:24 -0400 (Thu, 21 Oct 2010) |

FDS Source: Issue 1232. Change ML%HEAT_OF_COMBUSTION(N_REACTIONS,N_SPECIES) to ML%HoC(N_REACTIONS) only.

r6989 | randy.mcdermott | 2010-10-20 15:44:53 -0400 (Wed, 20 Oct 2010) |

FDS Source: updates to NEW_MIX_TIME and NEW_FLUX_LIMITER

r6988 | ruddy@nist.gov | 2010-10-20 10:08:10 -0400 (Wed, 20 Oct 2010) |

FDS Source: changes to program flow when WFDS=.TRUE. to use veg particles. Changes to level set fire spread user inputs (SURF namelist) to allow specification of multiple vegetation types (spread rates) and wind cosine exponent

r6986 | s.kilian@hhpberlin.de | 2010-10-20 10:05:23 -0400 (Wed, 20 Oct 2010) |

FDS_Source: Omit boundary settings for ScaRC-FFT-preconditioner and small changes to debug structure

r6984 | mcgratta | 2010-10-19 15:54:14 -0400 (Tue, 19 Oct 2010) |

FDS Source: Fix bug related to volume of INIT blocks.

r6983 | s.kilian@hhpberlin.de | 2010-10-19 15:28:26 -0400 (Tue, 19 Oct 2010) |

FDS Source: include FFT-preconditioner and print ScaRC diagnostics in dump.f90

r6979 | mcgratta | 2010-10-19 09:32:16 -0400 (Tue, 19 Oct 2010) |

FDS Source: Issue 1132. Do not process velocity BC for interpolated edge that is surrounded by gas cells.

r6978 | drjfloyd | 2010-10-19 08:21:53 -0400 (Tue, 19 Oct 2010) |

FDS Source: Set SPECIES_BC_INDEX to SPECIFIED_MASS_FRACTION when MASS_FLUX_TOTAL < 0.

r6977 | tkorhon1 | 2010-10-19 03:48:49 -0400 (Tue, 19 Oct 2010) |

FDS+Evac Source: Some bug fixes and speed up in evac.f90. Now the initialization of the agents works for known_door_probs once again. Speed up in counterflow part, long dist_max is only used when the counterflow check is done, on the average every 0.1 s.

r6972 | randy.mcdermott | 2010-10-18 09:32:42 -0400 (Mon, 18 Oct 2010) |

FDS Source: mods to TAU_U in NEW_MIX_TIME, EPSK now based on KSGS instead of KRES

r6971 | randy.mcdermott | 2010-10-18 08:45:32 -0400 (Mon, 18 Oct 2010) |

FDS Source: clean unused variables in vege.f90

r6970 | ruddy@nist.gov | 2010-10-16 16:39:56 -0400 (Sat, 16 Oct 2010) |

FDS Source: set bounds on Tveg in boundary fuel model

r6969 | ruddy@nist.gov | 2010-10-15 11:30:43 -0400 (Fri, 15 Oct 2010) |

FDS Source: Minor changes to allow for user control of Arrhenius versus Linear vegetation degradation; radiaion BCs on the ground for boundary fuel veg model; adjust for incomplete vegetation volume filling for surface fuels represented by the fuel particle model

r6954 | randy.mcdermott | 2010-10-14 17:58:09 -0400 (Thu, 14 Oct 2010) |

FDS Source: changes to NEW_FLUX_LIMITER to address issues with hvac test cases

r6951 | randy.mcdermott | 2010-10-14 12:53:57 -0400 (Thu, 14 Oct 2010) |

FDS Source: fix type-o in initial XYZ for SURF

r6950 | mcgratta | 2010-10-13 14:46:47 -0400 (Wed, 13 Oct 2010) |

FDS Source: Add SPREAD_RATE capability to SURF lines.

r6943 | drjfloyd | 2010-10-12 14:49:55 -0400 (Tue, 12 Oct 2010) |

FDS Source: Fix MASSFLUX sum to include background flow.

r6930 | tkorhon1 | 2010-10-11 03:36:53 -0400 (Mon, 11 Oct 2010) |

FDS+Evac Source: A bug fix for KNOWN_DOOR_PROBS and the initialization of the agents, when queueing time is included in the door selection.

r6876 | randy.mcdermott | 2010-09-30 09:33:18 -0400 (Thu, 30 Sep 2010) |

FDS Source: remove CYCLE for NO_MASS_FLUX in species wall loop for NEW_FLUX_LIMITER, addresses problem of spurious mass creation at internal OBST

r6874 | drjfloyd | 2010-09-29 16:53:39 -0400 (Wed, 29 Sep 2010) |

FDS Source: Add HVAC_BOUNDARY to mass.f90 wall routines

r6865 | randy.mcdermott | 2010-09-27 15:44:30 -0400 (Mon, 27 Sep 2010) |

FDS Source: mods to NEW_FLUX_LIMITER wall cell loop

r6856 | drjfloyd | 2010-09-27 08:30:21 -0400 (Mon, 27 Sep 2010) |

FDS Source: Add ghost cell setting to HVAC_BC

r6855 | tkorhon1 | 2010-09-27 08:18:07 -0400 (Mon, 27 Sep 2010) |

FDS Source: Added MESH_STOP_STATUS(NM)==NO_STOP to the evacuate_humans call. Also some small additions/changes in evac.f90.

r6854 | mcgratta | 2010-09-25 15:16:57 -0400 (Sat, 25 Sep 2010) |

FDS Source: Reset density and mass fraction to ambient values inside obstructions that are to be removed.

r6853 | mcgratta | 2010-09-24 18:01:39 -0400 (Fri, 24 Sep 2010) |

FDS Source:  Issue 1207 . Ensure that INIT blocks for particles have non-zero volume.

r6851 | randy.mcdermott | 2010-09-24 17:24:22 -0400 (Fri, 24 Sep 2010) |

FDS Source: adjust UN based on most recent RHO_F for specified mass flux in density update for FL/=-1

r6846 | mcgratta | 2010-09-24 13:26:36 -0400 (Fri, 24 Sep 2010) |

FDS Source: Ensure that particle drag is always added to FVX, etc.

r6845 | randy.mcdermott | 2010-09-24 12:25:54 -0400 (Fri, 24 Sep 2010) |

FDS Source: address issues with specified mass flux for FDS6

r6833 | mcgratta | 2010-09-23 13:43:43 -0400 (Thu, 23 Sep 2010) |

FDS Source: Simplify specification of RHO*D*DYDN at boundaries.

r6831 | randy.mcdermott | 2010-09-23 09:20:13 -0400 (Thu, 23 Sep 2010) |

FDS Source: minor tuning of velocity time scale constant in NEW_MIX_TIME

r6813 | drjfloyd | 2010-09-21 14:38:05 -0400 (Tue, 21 Sep 2010) |

FDS Source: minor changes to hvac_bc for flux_limiter /= -1

r6809 | drjfloyd | 2010-09-21 13:16:18 -0400 (Tue, 21 Sep 2010) |

FDS Source: Fix array bounds error. Set RHOP to WORK8 rather than C_DYNSMAG

r6808 | randy.mcdermott | 2010-09-21 12:28:31 -0400 (Tue, 21 Sep 2010) |

FDS Source: initialize second ghost cell in K direction for RHO; fix array temporary in DYNSMAG

r6807 | randy.mcdermott | 2010-09-21 10:15:11 -0400 (Tue, 21 Sep 2010) |

FDS Source: more mods to bcs in NEW_FLUX_LIMITER, addresses hvac issues.

r6805 | tkorhon1 | 2010-09-21 05:49:43 -0400 (Tue, 21 Sep 2010) |

FDS+EVAC source: One undefined variable found, now it is initialized correctly. Fixed also the door selection part for herding type. Now a new door is tried to find if the present target door is closed.

r6804 | tkorhon1 | 2010-09-21 05:15:08 -0400 (Tue, 21 Sep 2010) |

FDS+Source: Added one integer for human_type in type.f90. Added a herding type behaviour for evac.f90. If an agent can not find any door then it uses information from its neighbors. If no luck there then closest visible one, who knows a door, is used.

r6803 | mcgratta | 2010-09-20 17:43:07 -0400 (Mon, 20 Sep 2010) |

FDS Source: Issue 1132. Do not create TAU_E or OM_E at interpolated boundaries (again).

r6801 | randy.mcdermott | 2010-09-20 15:17:09 -0400 (Mon, 20 Sep 2010) |

FDS Source: fix SERIOUS bug in NEW_FLUX_LIMITER for SPECIFIED_MASS_FLUX; minor mods to NEW_MIX_TIME

r6792 | shostikk | 2010-09-17 10:20:55 -0400 (Fri, 17 Sep 2010) |

FDS Source: Improvements to split particles with SURFs. Bug fixes for the BURNING_RATE (hrr.csv) computation.

r6791 | mcgratta | 2010-09-17 10:06:50 -0400 (Fri, 17 Sep 2010) |

FDS Source: Issue 1132. Do not create TAU_E or OM_E at interpolated boundaries.

r6790 | randy.mcdermott | 2010-09-16 15:54:19 -0400 (Thu, 16 Sep 2010) |

FDS Source: mods to LAMINAR_FLAME_SPEED, limit equivalence ratio to experimental data limits

r6789 | randy.mcdermott | 2010-09-16 13:53:32 -0400 (Thu, 16 Sep 2010) |

FDS Source: add CHECK_CHEMICAL_TIME_SCALE and NEW_MIX_TIME to REAC line

r6788 | randy.mcdermott | 2010-09-14 15:52:22 -0400 (Tue, 14 Sep 2010) |

FDS Source: remove NEW_MIX_TIME from LES_IF; minor mods to TAU_U for NEW_MIX_TIME

r6787 | drjfloyd | 2010-09-14 13:37:42 -0400 (Tue, 14 Sep 2010) |

FDS Source: Array bounds error fix in call to TEST_FILTER for RHOPHAT

r6786 | drjfloyd | 2010-09-14 09:08:26 -0400 (Tue, 14 Sep 2010) |

FDS Source:  Issue #1198 . Fix index for fuel mass fraction in old evap routine

r6785 | drjfloyd | 2010-09-14 08:37:31 -0400 (Tue, 14 Sep 2010) |

FDS Source: Shape conformance errors in turb. RHO is now -1: IBP1+1 which differs from most other global arrays from 0:IBP1

r6783 | randy.mcdermott | 2010-09-10 17:14:42 -0400 (Fri, 10 Sep 2010) |

FDS Source: add DUMP_UVW for isotropic turbulence case; improvements to ENSEMBLE_MEAN_CLOSURE; tab cleanup

r6782 | mcgratta | 2010-09-10 17:02:44 -0400 (Fri, 10 Sep 2010) |

FDS Source: Add print-out for HS.

r6781 | drjfloyd | 2010-09-10 16:30:07 -0400 (Fri, 10 Sep 2010) |

FDS Source: Fix error in NU(O2_INDEX) when accounting for CO in two parameter.

r6775 | mcgratta | 2010-09-10 13:27:26 -0400 (Fri, 10 Sep 2010) |

FDS Source: Remove non-ASCII characters from comment line.

r6774 | s.kilian@hhpberlin.de | 2010-09-10 11:04:24 -0400 (Fri, 10 Sep 2010) |

FDS Source: Fix bug related to exchange routine

r6773 | mcgratta | 2010-09-10 10:25:22 -0400 (Fri, 10 Sep 2010) |

FDS Source: Allocate TUSED_SCARC(0:..,NM).

r6772 | s.kilian@hhpberlin.de | 2010-09-10 10:07:03 -0400 (Fri, 10 Sep 2010) |

FDS Source: Change naming convention for ScaRC debug files

r6769 | s.kilian@hhpberlin.de | 2010-09-10 07:43:50 -0400 (Fri, 10 Sep 2010) |

FDS Source: Minor changes to the ScaRC debug structure

r6765 | shostikk | 2010-09-09 15:50:24 -0400 (Thu, 09 Sep 2010) |

FDS Source: Split particles. Can only split into 2.

r6760 | randy.mcdermott | 2010-09-09 11:09:13 -0400 (Thu, 09 Sep 2010) |

FDS Source: allow NEW_MIX_TIME with DNS

r6752 | randy.mcdermott | 2010-09-07 17:35:48 -0400 (Tue, 07 Sep 2010) |

FDS Source: fix bug in PATCH_VELOCITY; mods to ENSEMBLE_MEAN_CLOSURE; add UVW_INIT for isotropic turbulence

r6747 | s.kilian@hhpberlin.de | 2010-09-07 08:09:47 -0400 (Tue, 07 Sep 2010) |

FDS Source: Clean up data structures; basic 3D-ScaRC-MG seems to work

Version 5.5.2 - September 3, 2010

SVN Revision 6706

r6706 | mcgratta | 2010-09-03 14:15:17 -0400 (Fri, 03 Sep 2010) |

FDS Source: If CHID not specified, automatically make it the name of the input file.

r6702 | crogsch | 2010-09-02 18:03:59 -0400 (Thu, 02 Sep 2010) |

FDS Source: Update OpenMP cirectives in velo.f90. Now it's done!

r6700 | mcgratta | 2010-09-02 16:37:14 -0400 (Thu, 02 Sep 2010) |

FDS Source: Change version number to 5.5.2.

r6699 | randy.mcdermott | 2010-09-02 16:31:35 -0400 (Thu, 02 Sep 2010) |

FDS Source: add DT_SL3D to DUMP; add ENSEMBLE_MEAN_CLOSURE turbulence model

r6697 | crogsch | 2010-09-02 16:17:50 -0400 (Thu, 02 Sep 2010) |

FDS Source: Update OpenMP compiler directives

r6693 | randy.mcdermott | 2010-09-02 15:22:55 -0400 (Thu, 02 Sep 2010) |

FDS Source: dial back Q_BOUND_1 to FDS5 default for maintenance release

r6689 | shostikk | 2010-09-02 05:58:42 -0400 (Thu, 02 Sep 2010) |

FDS Source/Guides: Add parameter SF%ADJUST_BURN_RATE ( Issue 1151 ). Takes into account the HEAT_OF_COMBUSTION for MATLs with no reactions but applied on HRRPUA surfaces.

r6684 | mcgratta | 2010-09-01 16:11:39 -0400 (Wed, 01 Sep 2010) |

FDS Source: Issue 1191. Do not allow Y2KAPPA temperature to go below table limit in radi.f90.

r6683 | randy.mcdermott | 2010-09-01 14:25:43 -0400 (Wed, 01 Sep 2010) |

FDS Source: fix bug related to pointwise particle insert for multiple meshes

r6674 | drjfloyd | 2010-09-01 10:07:22 -0400 (Wed, 01 Sep 2010) |

FDS Source:  Issue #1059  by grgrgrknght. Added the logic for CHID='%INPUTFILENAME%' and added the keyword OVERWRITE to MISC. IF .FALSE. it checks for CHID.out.

r6673 | drjfloyd | 2010-09-01 09:30:30 -0400 (Wed, 01 Sep 2010) |

FDS Source:  Issue #1153 . Extend thermophysical arrays to 0 K. Partial fix of the issue. Also fixed a couple of undefied variable errors in main when calling the fake MPI routines.

r6672 | drjfloyd | 2010-09-01 08:27:09 -0400 (Wed, 01 Sep 2010) |

FDS Source: Issue 1188 by mcgratta. unit label errors in JANAF functions

r6671 | drjfloyd | 2010-09-01 08:20:10 -0400 (Wed, 01 Sep 2010) |

FDS Source:  Issue 1190  by crogsch. undefined variable error in divg.f90

r6670 | randy.mcdermott | 2010-08-31 18:26:58 -0400 (Tue, 31 Aug 2010) |

FDS Source: remove DROPLET_FILENAME option, add POINTWISE_DROPLET_INIT on INIT line

r6669 | mcgratta | 2010-08-31 18:05:06 -0400 (Tue, 31 Aug 2010) |

FDS Source: Remove PC%RADIATION because it is not used.

r6664 | mcgratta | 2010-08-31 13:47:14 -0400 (Tue, 31 Aug 2010) |

FDS Source:  Issue 1187 . Set dummy weight factor for TREE particles to avoid bad processing.

r6662 | randy.mcdermott | 2010-08-31 10:20:35 -0400 (Tue, 31 Aug 2010) |

FDS Source: fix bug in NEW_FLUX_LIMITER at INTERPOLATED_BOUNDARY, addresses  Issue 1184 

r6660 | mcgratta | 2010-08-30 18:07:02 -0400 (Mon, 30 Aug 2010) |

FDS Source:  Issue 1122  and  Issue 1186 . Set BAROCLINIC=.FALSE. for FDS 5 and fix outflow species BC.

r6657 | mcgratta | 2010-08-27 17:14:18 -0400 (Fri, 27 Aug 2010) |

FDS Source:  Issue 1092 . Implement time-dependent TC model.

r6653 | shostikk | 2010-08-26 03:14:58 -0400 (Thu, 26 Aug 2010) |

FDS Source: Clean up unused code from wall.f90.

r6643 | randy.mcdermott | 2010-08-24 13:44:49 -0400 (Tue, 24 Aug 2010) |

FDS Source: add PATCH_VELOCITY_FLUX for user-specified velocity profile on INIT

r6642 | s.kilian@hhpberlin.de | 2010-08-24 10:08:22 -0400 (Tue, 24 Aug 2010) |

FDS Source: Use GET_FILE_NUMBER to generate unit number for ScaRC debug file

r6641 | randy.mcdermott | 2010-08-24 08:13:53 -0400 (Tue, 24 Aug 2010) |

FDS Source: add WFDS (F by default) to MISC

r6640 | tkorhon1 | 2010-08-24 06:47:01 -0400 (Tue, 24 Aug 2010) |

FDS Source: Added one .NOT.EVACUATION_ONLY(NM) to an IF statement in velo.f90. The evacuation part can now use the DEVC or CTRL information form the fire calcualation to trigger the movement of the agents. DEVC and CTRL has EVACUATION (logical) keyword in their namelists. If it is set then the activation information is saved in the CHID_evac.fed file and later used in the evacuation part. The new namelist EDEV is used to give some inputs how the agents use the DEVC/CTRL info, should still write this to the manual. If the EVACUATION=T for DEVC and CTRL namelists, it does not affect the fire calculation part, they work just the same way than EVACUATION=F, the only difference is that for EVACUATION=T some information is written to the disk.

r6638 | randy.mcdermott | 2010-08-23 15:28:58 -0400 (Mon, 23 Aug 2010) |

FDS Source: improved specification of ghost cell values for FLUX_LIMITER at interpolated boundaries

r6637 | randy.mcdermott | 2010-08-23 10:58:35 -0400 (Mon, 23 Aug 2010) |

FDS Source: fix bug in NEW_FLUID_PARTICLE

r6636 | mcgratta | 2010-08-22 13:27:56 -0400 (Sun, 22 Aug 2010) |

FDS Source:  Issue 1180 . Fix bug where YY_GET not properly initialized before being used.

r6633 | randy.mcdermott | 2010-08-20 14:48:26 -0400 (Fri, 20 Aug 2010) |

FDS Source: sorry, couple more changes related to gravity term

r6632 | randy.mcdermott | 2010-08-20 14:23:20 -0400 (Fri, 20 Aug 2010) |

FDS Source: more mods to NEW_FLUID_PARTICLE, corrections to gravity term

r6631 | randy.mcdermott | 2010-08-20 11:11:31 -0400 (Fri, 20 Aug 2010) |

FDS Source: mods to NEW_FLUID_PARTICLE to handle C_DRAG=0 and DR%RE=0

r6629 | randy.mcdermott | 2010-08-20 09:39:04 -0400 (Fri, 20 Aug 2010) |

FDS Source: add NEW_FLUID_PARTICLE momentum transfer method

r6627 | mcgratta | 2010-08-19 14:32:07 -0400 (Thu, 19 Aug 2010) |

FDS Source: Fix bug in mass.f90 related to change in array bounds of RHO, RHOS.

r6626 | s.kilian@hhpberlin.de | 2010-08-19 09:09:50 -0400 (Thu, 19 Aug 2010) |

FDS Source: Rename a few interface-subroutines and remove comments

r6625 | s.kilian@hhpberlin.de | 2010-08-19 08:16:09 -0400 (Thu, 19 Aug 2010) |

FDS Source: Include USE_MPI for each call of a mpi-routine

r6624 | mcgratta | 2010-08-18 17:23:38 -0400 (Wed, 18 Aug 2010) |

FDS Source: Ensure that mpis.f90 is argument type consistent and does not issue unused variable warnings.

r6623 | randy.mcdermott | 2010-08-18 09:09:21 -0400 (Wed, 18 Aug 2010) |

FDS Source: clean up mass in preparation for NEW_FLUX_LIMITER

r6621 | mcgratta | 2010-08-17 11:11:06 -0400 (Tue, 17 Aug 2010) |

FDS Source: Add extra ghost cell for RHO, RHOS, YY, YYS.

r6620 | randy.mcdermott | 2010-08-16 15:32:29 -0400 (Mon, 16 Aug 2010) |

FDS Source: updates to FLUX_LIMITER

r6619 | randy.mcdermott | 2010-08-13 15:48:46 -0400 (Fri, 13 Aug 2010) |

FDS Source: continue work to merge FLUX_LIMITER into MASS_FINITE_DIFFERENCES

r6618 | randy.mcdermott | 2010-08-13 13:37:52 -0400 (Fri, 13 Aug 2010) |

FDS Source: more changes to experimental FDS6 mixing time

r6617 | randy.mcdermott | 2010-08-13 08:35:10 -0400 (Fri, 13 Aug 2010) |

FDS Source: mods to experimental FDS6 reactor residence time

r6616 | shostikk | 2010-08-13 05:50:03 -0400 (Fri, 13 Aug 2010) |

FDS Source: Removed old variables from OMP directives.

r6614 | randy.mcdermott | 2010-08-12 17:30:07 -0400 (Thu, 12 Aug 2010) |

FDS Source: begin to merge FLUX_LIMITER with MASS_FINITE_DIFFERNENCES, C_EDC back to 0.1 for FDS5 default, add experimental EDC time scale to FDS6

r6613 | drjfloyd | 2010-08-12 11:51:49 -0400 (Thu, 12 Aug 2010) |

FDS Source: speed up following changes from timing test

r6612 | randy.mcdermott | 2010-08-12 11:24:27 -0400 (Thu, 12 Aug 2010) |

FDS Source: clean up VELTAN in turb.f90, rename UW variables

r6606 | drjfloyd | 2010-08-11 15:14:40 -0400 (Wed, 11 Aug 2010) |

FDS Source: speed up following changes from timing test

r6604 | mcgratta | 2010-08-10 16:28:57 -0400 (Tue, 10 Aug 2010) |

FDS Source: Do not use pressure iteration scheme when meshes are not 1 to 1.

r6602 | randy.mcdermott | 2010-08-09 16:38:22 -0400 (Mon, 09 Aug 2010) |

FDS Source: fix density bc for FDS6, addresses temperature anomaly with hvac test case

r6600 | randy.mcdermott | 2010-08-09 11:59:19 -0400 (Mon, 09 Aug 2010) |

FDS Source: commit experimental DROPLET_FILE on INIT

r6599 | shostikk | 2010-08-09 08:14:20 -0400 (Mon, 09 Aug 2010) |

FDS Source: Fix wrong position of OpenMP directives.

r6588 | tkorhon1 | 2010-08-06 03:30:30 -0400 (Fri, 06 Aug 2010) |

FDS Source: Now mpis.f90 is good for Fortran95. Fortran95 (Intel Compiler option -stand:f95) did not like double complex. So now the "DPC" definded in prec.f90 is used. This needed also USE PRECISION_PARAMETERS, ONLY : DPC.

r6584 | randy.mcdermott | 2010-08-05 13:51:17 -0400 (Thu, 05 Aug 2010) |

FDS Source: add FIXED_RESIDENCE_TIME option to REAC, user specified MIX_TIME

r6583 | tkorhon1 | 2010-08-05 11:10:26 -0400 (Thu, 05 Aug 2010) |

FDS Source: Now evac.f90 should be good for f95 standard.

r6582 | drjfloyd | 2010-08-05 10:44:48 -0400 (Thu, 05 Aug 2010) |

FDS Source: fix typo

r6579 | drjfloyd | 2010-08-05 10:15:46 -0400 (Thu, 05 Aug 2010) |

FDS Source: Issue #1154. Inifinite loop in droplet routine. A mix of not doing linear interp on the enthalpy and having too loose of a temperature covergence critieria on the evaporation sub timestep. All calls to cp,h,k,D, an mu in func changed to linear interpolation.

r6577 | tkorhon1 | 2010-08-05 09:54:57 -0400 (Thu, 05 Aug 2010) |

FDS Source: Added a couple IF(ALL(EVACUATION_ONLY)) CYCLE to ctrl.f90 and read.f90. Also evac.f90 changed, now it works for detection by DEVC and/or CTRL in a very simple way. If device activates (false ==> true) then all agents detect the fire, if they have done so yet (by the local smoke density and/or by the detection time distribution). Only EVACUATION=.TRUE. devices/controls are used for the agents.

r6576 | tkorhon1 | 2010-08-05 03:15:37 -0400 (Thu, 05 Aug 2010) |

FDS+Evac Source: Added EVACUATION to READ_CTRL in read.f90 and also to the CTRL type in ctrl.f90. If EVACUATION=.TRUE. in DECV or CTRL namelists then the "change state" information is written to the CHID_evac.fed file, so the evacuation part can use devices and/or controls to trigger movement. Still to be done: and EDEV namelist to evac.f90, where you give parameters how the agents react for the different devices.

r6571 | mcgratta | 2010-08-01 14:48:33 -0400 (Sun, 01 Aug 2010) |

FDS Source:  Issue 1122 . Change OPEN BC to address BAROCLINIC problem.

r6566 | mcgratta | 2010-07-30 16:48:37 -0400 (Fri, 30 Jul 2010) |

FDS Source: Set keyword substitution for scrc.f90.

r6565 | s.kilian@hhpberlin.de | 2010-07-30 09:17:48 -0400 (Fri, 30 Jul 2010) |

FDS Source: Further optimizations to ScaRC and introduction of new PRES_METHOD variable

r6559 | mcgratta | 2010-07-28 15:09:22 -0400 (Wed, 28 Jul 2010) |

FDS Source: Remove COMBUSTION_MF2 from fire.f90.

r6554 | drjfloyd | 2010-07-28 08:42:53 -0400 (Wed, 28 Jul 2010) |

FDS Source: Add GET_REV to scrc.f90

r6543 | mcgratta | 2010-07-26 15:39:54 -0400 (Mon, 26 Jul 2010) |

FDS Source: Print out activated and unactivated devices in .out file.

r6527 | randy.mcdermott | 2010-07-23 16:07:33 -0400 (Fri, 23 Jul 2010) |

FDS Source: mods to WAVELET ERROR and SCALAR RESOLUTION, now require QUANTITY2 on SLCF

r6525 | mcgratta | 2010-07-23 13:11:13 -0400 (Fri, 23 Jul 2010) |

FDS Source:  Issue 1150 . Make the number of LEAK_AREA's an allocatable array.

r6516 | drjfloyd | 2010-07-22 15:23:23 -0400 (Thu, 22 Jul 2010) |

FDS Source: background thermodata units adjusted twice in MISC and in SPEC; removed adjustment from MISC

r6513 | randy.mcdermott | 2010-07-22 13:56:55 -0400 (Thu, 22 Jul 2010) |

FDS Source: major clean up of turb.f90, remove any non-standard f95

r6506 | mcgratta | 2010-07-21 19:00:06 -0400 (Wed, 21 Jul 2010) |

FDS Source: Clean up some non-standard F95 usage.

r6498 | randy.mcdermott | 2010-07-19 08:54:02 -0400 (Mon, 19 Jul 2010) |

FDS Source: test MAX_FILTER_WIDTH option, intended improvement for pancake cells

r6495 | s.kilian@hhpberlin.de | 2010-07-16 11:08:15 -0400 (Fri, 16 Jul 2010) |

FDS Source: add BICGstab method and some other modifications to ScaRC

r6493 | randy.mcdermott | 2010-07-15 16:47:04 -0400 (Thu, 15 Jul 2010) |

FDS Source: mods to FLUX_LIMITER scheme, address  Issue 847 

r6482 | mcgratta | 2010-07-15 13:04:32 -0400 (Thu, 15 Jul 2010) |

FDS Source: Remove unnecessary lines from DENSITY_BC.

r6481 | randy.mcdermott | 2010-07-15 11:35:06 -0400 (Thu, 15 Jul 2010) |

FDS Source: fix openmp directive in fire.90

r6479 | mcgratta | 2010-07-15 10:43:41 -0400 (Thu, 15 Jul 2010) |

FDS Source: Add coarse grid accelerator to the pressure iteration scheme.

r6477 | randy.mcdermott | 2010-07-15 10:06:33 -0400 (Thu, 15 Jul 2010) |

FDS Source: reinstate MEAN_FORCING

r6473 | randy.mcdermott | 2010-07-14 15:55:59 -0400 (Wed, 14 Jul 2010) |

FDS Source: clean up COMBUSTION_MF, fix bug in SPECIFIED_MASS_FLUX for FLUX_LIMITER

r6458 | randy.mcdermott | 2010-07-09 14:01:24 -0400 (Fri, 09 Jul 2010) |

FDS Source: fix bug in READ_MISC if FDS6=T by default in cons.f90 (a test case)

r6457 | s.kilian@hhpberlin.de | 2010-07-09 12:17:13 -0400 (Fri, 09 Jul 2010) |

FDS Source: Commit cleaned ScaRC

r6453 | randy.mcdermott | 2010-07-08 17:16:10 -0400 (Thu, 08 Jul 2010) |

FDS Source: fix bug in SCALARF, pertains to FDS6=T, addresses  Issue 1148 

r6452 | randy.mcdermott | 2010-07-08 16:04:45 -0400 (Thu, 08 Jul 2010) |

FDS Source: mods to synthetic eddy method, fix length scale factor

r6450 | mcgratta | 2010-07-08 13:20:40 -0400 (Thu, 08 Jul 2010) |

FDS Source: Fix compiling issues for scrc.f90.

r6446 | s.kilian@hhpberlin.de | 2010-07-08 09:26:09 -0400 (Thu, 08 Jul 2010) |

FDS Source: commit ScaRC solver including changes to makefile structure

r6444 | randy.mcdermott | 2010-07-07 16:59:09 -0400 (Wed, 07 Jul 2010) |

FDS Source: add VEL_RMS input option to synthetic eddy method

r6443 | mcgratta | 2010-07-07 14:21:58 -0400 (Wed, 07 Jul 2010) |

FDS Source: Tighten MESH alignment criteria.

r6442 | randy.mcdermott | 2010-07-07 13:24:20 -0400 (Wed, 07 Jul 2010) |

FDS Source: commit Synthetic Eddy Method turbulent inflow boundary condition

r6425 | randy.mcdermott | 2010-06-29 15:31:29 -0400 (Tue, 29 Jun 2010) |

FDS Source: clean up for measure of turbulence resolution

r6422 | randy.mcdermott | 2010-06-29 11:26:57 -0400 (Tue, 29 Jun 2010) |

FDS Source: clean up and generalize measure of scalar resolution

r6415 | tkorhon1 | 2010-06-29 07:24:15 -0400 (Tue, 29 Jun 2010) |

FDS+Evac Source: Now the version is 2.3.0 and the STRS is working better. Also the friction constant KAPPA is 240000 (old was 40000).

r6409 | randy.mcdermott | 2010-06-28 14:42:46 -0400 (Mon, 28 Jun 2010) |

FDS Source: clean up and generalize wavelet error measure

r6406 | randy.mcdermott | 2010-06-28 12:34:12 -0400 (Mon, 28 Jun 2010) |

FDS Source: mods to scalar verification solution

r6397 | mcgratta | 2010-06-25 08:54:30 -0400 (Fri, 25 Jun 2010) |

FDS Source:  Issue 1135 . Do not allow VOLUME, HEAT or MASS FLOW at solid boundary.

r6395 | randy.mcdermott | 2010-06-24 12:18:11 -0400 (Thu, 24 Jun 2010) |

FDS Source: add 2D pulsating scalar verification case, PERIODIC_TEST=4

Version 5.5.1 - June 23, 2010

SVN Revision 6385

r6385 | crogsch | 2010-06-22 15:54:54 -0400 (Tue, 22 Jun 2010) |

FDS Source: Update OpenMP Compiler Directives in divg.f90, fire.f90, part.f90, velo.f90

r6368 | s.kilian@hhpberlin.de | 2010-06-22 09:40:57 -0400 (Tue, 22 Jun 2010) |

FDS Source: correct format statements which caused problems with osx-gnu-compiler

r6365 | gforney | 2010-06-22 09:23:14 -0400 (Tue, 22 Jun 2010) |

FDS source: bump version number to 5.5.1

r6363 | tkorhon1 | 2010-06-22 08:33:47 -0400 (Tue, 22 Jun 2010) |

FDS Source: Added "EVAC" and "EVHO" objects to dump.f90 and evac.f90, see  Issue 1131 . Now these rectangels are drawn and shown by default. The objects.svo file is also modified, a "evacbox" object was added.

r6359 | mcgratta | 2010-06-21 10:12:13 -0400 (Mon, 21 Jun 2010) |

FDS Source: Force scrc.f90 to use UNIX (LF) line endings.

r6357 | tkorhon1 | 2010-06-21 09:10:53 -0400 (Mon, 21 Jun 2010) |

FDS Source: cons.f90: Global EVACuation parameters added EVACUATION_DRILL=.FALSE.,NO_EVACUATION=.FALSE. These were there at some point, but somehow they were took out or I just did not remember to submit those.

r6356 | tkorhon1 | 2010-06-21 09:03:12 -0400 (Mon, 21 Jun 2010) |

FDS Source: devc,main,read,type: now EVACUATION added to DEVC namelists so that detectors can be used in the evacuation part (this is not yet done, but it is work in progress). There are also some added stuff in evac.f90 for evac version 2.2.2, but these should not change (much) the behaviour of the evacuation part, if default inputs are used.

r6344 | drjfloyd | 2010-06-18 13:25:53 -0400 (Fri, 18 Jun 2010) |

FDS Source: Issue 1120, fix unit variables in particle_class_type.

r6342 | drjfloyd | 2010-06-18 10:54:23 -0400 (Fri, 18 Jun 2010) |

FDS Source: Issue 1120 - add error trapping for PART to make sure all properties are set if JANAF lookup is not being done.

r6340 | mcgratta | 2010-06-18 10:08:08 -0400 (Fri, 18 Jun 2010) |

FDS Source: Remove a few unused variables.

r6333 | shostikk | 2010-06-15 10:21:48 -0400 (Tue, 15 Jun 2010) |

FDS source: Increase the radiation data exchange rate for multi-mesh cases. Change the computation of DEVC XYZ for devices without POINTS.

r6332 | shostikk | 2010-06-15 10:09:43 -0400 (Tue, 15 Jun 2010) |

FDS Source: Bug fix to massflux_actual computation ( Issue 1121 ). FDS Verification: Added box_burn_away3.fds test case to catch this kind of error.

r6329 | randy.mcdermott | 2010-06-12 13:11:43 -0400 (Sat, 12 Jun 2010) |

FDS Source: revert commit of ScaRC until mpi calls can be moved to main

r6326 | s.kilian@hhpberlin.de | 2010-06-12 12:27:47 -0400 (Sat, 12 Jun 2010) |

FDS Source: Commit ScaRC-solver

r6310 | shostikk | 2010-06-08 06:39:20 -0400 (Tue, 08 Jun 2010) |

FDS Source: Fix dummy vents under obstruction ( Issue 1116 ).

r6307 | s.kilian@hhpberlin.de | 2010-06-07 06:38:58 -0400 (Mon, 07 Jun 2010) |

FDS Source: Testing commit privledge for s.kilian.

r6303 | shostikk | 2010-06-03 08:39:13 -0400 (Thu, 03 Jun 2010) |

FDS Source: Minor changes to part.

r6298 | shostikk | 2010-06-02 09:04:28 -0400 (Wed, 02 Jun 2010) |

FDS Source: Bug fix for SPECIES MW and minor changes for particle breakup.

r6293 | mcgratta | 2010-06-01 11:42:39 -0400 (Tue, 01 Jun 2010) |

FDS Source: Increase options for VELO_INDEX.

r6287 | mcgratta | 2010-05-30 14:16:17 -0400 (Sun, 30 May 2010) |

FDS Source:  Issue 1105 . Add EQUIVALENCE for EXTERNAL_FLUX TAU and RAMP.

r6269 | shostikk | 2010-05-27 05:30:55 -0400 (Thu, 27 May 2010) |

FDS Source: Some fixes/improvement attempts into particle evaporation routine.

r6263 | mcgratta | 2010-05-24 09:38:40 -0400 (Mon, 24 May 2010) |

FDS Source: Fix a few minor formatting bugs.

r6249 | mcgratta | 2010-05-19 15:24:02 -0400 (Wed, 19 May 2010) |

FDS Source:  Issue 1053 . Fix output for HRR file. Do not double count Q_CON.

r6248 | mcgratta | 2010-05-19 10:04:43 -0400 (Wed, 19 May 2010) |

FDS Source:  Issue 1101 . Fix "dummy" vents at exterior mesh boundaries to better show order of precedence for VENTs.

r6247 | shostikk | 2010-05-19 03:10:34 -0400 (Wed, 19 May 2010) |

FDS Source: Minor fix for DEVC ID.

r6239 | mcgratta | 2010-05-17 11:14:52 -0400 (Mon, 17 May 2010) |

FDS Source: Process "dummy" vents at exterior mesh boundaries to better show order of precedence for VENTs.

r6238 | ruddy@nist.gov | 2010-05-17 00:11:01 -0400 (Mon, 17 May 2010) |

FDS Sources: Added level set rules to obtain fireline spread based on head, flank, and back ROS and slope dependency from McArthur. Multiplied LS terrain phi slice by -1 for consistency with wall thickness terrain slice.

r6234 | gforney | 2010-05-15 23:30:02 -0400 (Sat, 15 May 2010) |

FDS Source: add AUTO_HRRPUV keyword to the &ISOF namelist to automatically create an HRRPUV isosurface with the same level as passed to Smokeview as the HRRPUVCUT value

r6229 | gforney | 2010-05-14 18:09:15 -0400 (Fri, 14 May 2010) |

FDS Source: for terrain cases, project boundary file data onto a terrain/agl slice.

r6228 | randy.mcdermott | 2010-05-14 13:50:30 -0400 (Fri, 14 May 2010) |

FDS Source: fix LES case for NEW_EVAP

r6227 | randy.mcdermott | 2010-05-14 11:04:23 -0400 (Fri, 14 May 2010) |

FDS Source: fix minor bug in ITMP,  Issue 1094 

r6226 | drjfloyd | 2010-05-14 10:47:37 -0400 (Fri, 14 May 2010) |

FDS Source: tuning of new evap. Make use of mixture fraction D for DNS.

r6224 | drjfloyd | 2010-05-14 07:59:45 -0400 (Fri, 14 May 2010) |

FDS Source: Fix bad commit

r6223 | drjfloyd | 2010-05-13 16:57:35 -0400 (Thu, 13 May 2010) |

FDS Source:  Issue 1094 , new evap routine. enbaled with NEW_EVAP on MISC.

r6222 | randy.mcdermott | 2010-05-13 16:19:40 -0400 (Thu, 13 May 2010) |

FDS Source: remove MEAN_FORCING, add BOUNDARY_FORCING to VENT

r6218 | randy.mcdermott | 2010-05-13 13:55:04 -0400 (Thu, 13 May 2010) |

FDS Sourc: initialize forcing terms to zero

r6217 | randy.mcdermott | 2010-05-13 13:17:03 -0400 (Thu, 13 May 2010) |

FDS Source: major mods to MEAN_FORCING, only works in serial at the moment

r6215 | mcgratta | 2010-05-13 10:59:47 -0400 (Thu, 13 May 2010) |

FDS Source: Remove HEADERS option from DEVC.

r6214 | mcgratta | 2010-05-13 10:45:59 -0400 (Thu, 13 May 2010) |

FDS Source: Add POINTS to DEVC line to enable linear arrays of devices.

r6211 | randy.mcdermott | 2010-05-13 08:40:59 -0400 (Thu, 13 May 2010) |

FDS Source: mods to mean forcing, allow forcing to each velocity component independently

r6208 | randy.mcdermott | 2010-05-12 16:48:22 -0400 (Wed, 12 May 2010) |

FDS Source: mods to MEAN_FORCING, CYCLE solid cells

r6204 | drjfloyd | 2010-05-12 08:06:42 -0400 (Wed, 12 May 2010) |

FDS Source: Add RN%AIT to COMBUSTION_MF

r6203 | shostikk | 2010-05-12 06:16:09 -0400 (Wed, 12 May 2010) |

FDS Source: Bug fix (?) for liquid pyrolysis model ( Issue 1094 ).

r6199 | gforney | 2010-05-11 20:26:21 -0400 (Tue, 11 May 2010) |

FDS source: add TERRAIN_IMAGE keyword to MISC line. Used for specifying smokeview texturemap of underlying WUI scene.

r6198 | shostikk | 2010-05-11 09:28:33 -0400 (Tue, 11 May 2010) |

FDS Source: Minor bug fix for MASSFLUX output ( Issue 1076 ) to avoid division by zero.

r6197 | mcgratta | 2010-05-11 09:20:05 -0400 (Tue, 11 May 2010) |

FDS Source:  Issue 1093 . Add OpenMP constructs to loop in BAROCLINIC_CORRECTION.

r6195 | ruddy@nist.gov | 2010-05-11 01:48:28 -0400 (Tue, 11 May 2010) |

FDS Source: Changes to program flow and output for level set firespread. Cleaned up unused variables in vege.f90. Improved boundary fuel vegetation model.

r6194 | randy.mcdermott | 2010-05-10 17:57:07 -0400 (Mon, 10 May 2010) |

FDS Source:  Issue 1090 , ICFT not set in EXTINCTION2

r6192 | drjfloyd | 2010-05-10 10:48:28 -0400 (Mon, 10 May 2010) |

FDS Source:  Issue 1076 , fix output of MASSFLUX(IW,:) when desired species is part of a lumped species (e.g. Z1, Z2)

r6184 | mcgratta | 2010-05-07 14:33:59 -0400 (Fri, 07 May 2010) |

FDS Source:  Issue 1089 . Initialize MASS_FRACTION=YY0 at solid boundaries.

r6174 | mcgratta | 2010-05-06 12:59:15 -0400 (Thu, 06 May 2010) |

FDS Source: Adjust BC for baroclinic term at OPEN boundaries.

r6172 | shostikk | 2010-05-06 05:25:54 -0400 (Thu, 06 May 2010) |

FDS Source: Adjustments for convection length scale setting for various types of surfaces.

r6171 | shostikk | 2010-05-06 03:12:05 -0400 (Thu, 06 May 2010) |

FDS Source: Bug fix for convective_length_scale. Change quantity name for WATER RADIATION LOSS

r6170 | shostikk | 2010-05-06 02:39:31 -0400 (Thu, 06 May 2010) |

FDS Source: Add geometry dependent convective heat transfer coeff. Also, bug fix for massflux particles.

r6164 | shostikk | 2010-05-04 01:59:16 -0400 (Tue, 04 May 2010) |

FDS Source: Minor edits to radi.f90 for readability.

r6144 | randy.mcdermott | 2010-04-27 16:25:24 -0400 (Tue, 27 Apr 2010) |

FDS Source: again, case fails in release (but had worked in debug)

r6142 | randy.mcdermott | 2010-04-27 15:37:49 -0400 (Tue, 27 Apr 2010) |

FDS Source: again try moving Q_BOUND block above IF_SUPPRESSION

r6141 | randy.mcdermott | 2010-04-27 14:39:57 -0400 (Tue, 27 Apr 2010) |

FDS Source: 6140 change fails, revert back to 6139

r6140 | randy.mcdermott | 2010-04-27 14:15:00 -0400 (Tue, 27 Apr 2010) |

FDS Source: move Q_BOUND_1 block above IF_SUPPRESSION

r6139 | randy.mcdermott | 2010-04-27 14:05:55 -0400 (Tue, 27 Apr 2010) |

FDS Source: fix bug in EMPIRICAL_EXTINCTION, DYF used before computed

r6138 | randy.mcdermott | 2010-04-27 12:20:30 -0400 (Tue, 27 Apr 2010) |

FDS Source: add independent logical for EMPIRICAL_EXTINCTION in fire.f90 F for now

r6127 | tkorhon1 | 2010-04-26 09:37:01 -0400 (Mon, 26 Apr 2010) |

FDS Source: Moved READ_MISC before READ_MESH in read.f90. The Min and Max values of temperature were moved from READ_MISC to READ_MESH, because they TMPMIN needs ZF_MAX for lapse_rate cases. (Why: I will soon add NO_EVACUATION/NO_FIRE or something to MISC-line.)

r6122 | randy.mcdermott | 2010-04-24 13:32:55 -0400 (Sat, 24 Apr 2010) |

FDS Source: simplify FLUX_LIMITER bcs

r6121 | randy.mcdermott | 2010-04-24 12:38:19 -0400 (Sat, 24 Apr 2010) |

FDS Source: mods to FLUX_LIMITER rho bc for specified mass flux.

r6117 | gforney | 2010-04-23 14:44:30 -0400 (Fri, 23 Apr 2010) |

FDS source: add HRRPUV_MAX_SMV keyword to the &MISC name list in order to specify the maximum HRRPUV passed to Smokeview in the 3D hrrpuv file - addresses  issue 1021 

r6113 | randy.mcdermott | 2010-04-23 11:28:40 -0400 (Fri, 23 Apr 2010) |

FDS Source: minor mods to FDS6 defaults and TMP dependent KP calc.

r6112 | drjfloyd | 2010-04-23 11:00:39 -0400 (Fri, 23 Apr 2010) |

FDS Source: Correct KP calc for LES

r6111 | drjfloyd | 2010-04-23 08:47:55 -0400 (Fri, 23 Apr 2010) |

FDS Source: Remove a debug printout

r6110 | drjfloyd | 2010-04-23 08:36:43 -0400 (Fri, 23 Apr 2010) |

FDS Source: change kp in divg for LES + add new extinction to combustion_mf (both linked to FDS6), tweaks to HVAC

r6108 | shostikk | 2010-04-23 07:53:14 -0400 (Fri, 23 Apr 2010) |

FDS Source: Fix bugs in cylindrical radiation.

r6106 | ruddy@nist.gov | 2010-04-21 19:02:59 -0400 (Wed, 21 Apr 2010) |

FDS Source: program flow controls (VEG_LEVEL_SET) to handle implementation of level set firespread model

r6105 | ruddy@nist.gov | 2010-04-21 19:02:06 -0400 (Wed, 21 Apr 2010) |

FDS Source: Added drag to flux terms for surface veg using boundary fuel veg model

r6104 | ruddy@nist.gov | 2010-04-21 19:01:19 -0400 (Wed, 21 Apr 2010) |

FDS Source: Added boundary fuel veg and level set firespread model subroutines

r6103 | ruddy@nist.gov | 2010-04-21 19:00:44 -0400 (Wed, 21 Apr 2010) |

FDS Source: Add thermal degradation parameter for fuel element model to PARTICLE; boundary fuel veg model arrays to WALL; boundary fuel veg model parameters and arrays to SURFACE

r6102 | ruddy@nist.gov | 2010-04-21 18:59:20 -0400 (Wed, 21 Apr 2010) |

FDS Source: Add Level Set veg model control to READ_MISC; thermal degradation model parameters to READ_PART; veg data output parameters to READ_TREE; boundary fuel veg model namelist quantities to READ_SURF and PROC_SURF_2

r6101 | ruddy@nist.gov | 2010-04-21 18:57:34 -0400 (Wed, 21 Apr 2010) |

FDS Source: Terms added to particle drag to handle affect of vapors created by veg degradation in fuel element model

r6100 | ruddy@nist.gov | 2010-04-21 18:56:20 -0400 (Wed, 21 Apr 2010) |

FDS Source: Pointers for VEG_DRAG and VEG_CLOCK_BC for boundary fuel veg model

r6099 | ruddy@nist.gov | 2010-04-21 18:55:41 -0400 (Wed, 21 Apr 2010) |

FDS Source: Program flow logic for Level Set firespread model; Calls for implementing boundary fuel veg model

r6098 | ruddy@nist.gov | 2010-04-21 18:54:46 -0400 (Wed, 21 Apr 2010) |

FDS Source: allocate and initialize VEG_DRAG array and clock for boundary fuel veg model

r6097 | ruddy@nist.gov | 2010-04-21 18:53:25 -0400 (Wed, 21 Apr 2010) |

FDS Source: Allocate and initialize wall arrays for boundary fuel veg model

r6096 | ruddy@nist.gov | 2010-04-21 18:52:32 -0400 (Wed, 21 Apr 2010) |

FDS source: write to smv file change for tree devices and Level Set firespread model; output veg height for boundary fuel model (solid_phase_output)

r6095 | ruddy@nist.gov | 2010-04-21 18:50:28 -0400 (Wed, 21 Apr 2010) |

FDS Source: added Level Set firespread parameters

r6090 | randy.mcdermott | 2010-04-20 14:18:43 -0400 (Tue, 20 Apr 2010) |

FDS Source: mods to OLD_PRESSURE_SCHEME

r6089 | randy.mcdermott | 2010-04-19 17:59:32 -0400 (Mon, 19 Apr 2010) |

FDS Source: fix mpi version of mods to PRESSURE_ITERATION_SCHEME

r6086 | randy.mcdermott | 2010-04-19 16:49:59 -0400 (Mon, 19 Apr 2010) |

FDS Source: mods to PRESSURE_ITERATION_SCHEME

r6079 | mcgratta | 2010-04-17 14:07:12 -0400 (Sat, 17 Apr 2010) |

FDS Source: Do not apply DRAG_REDUCTION to large particles associated with SURF lines.

r6076 | drjfloyd | 2010-04-16 11:05:49 -0400 (Fri, 16 Apr 2010) |

FDS Source: Issue 1063. Add call to CHECK_XB in READ_DEVC

r6075 | drjfloyd | 2010-04-15 15:14:55 -0400 (Thu, 15 Apr 2010) |

FDS Source: Edits to HVAC model. Add relaxation for fan pressure solution and velocity guess used in loss calc

r6073 | shostikk | 2010-04-15 07:40:32 -0400 (Thu, 15 Apr 2010) |

FDS Source: Fixed  Issue 1032 . Cylindrical coordinates not always recognized for VC or RVC computation.

r6071 | mcgratta | 2010-04-14 18:41:59 -0400 (Wed, 14 Apr 2010) |

FDS Source:  Issue 1061 . Use linear interpolation to evaluate time ramps.

r6068 | mcgratta | 2010-04-14 13:32:58 -0400 (Wed, 14 Apr 2010) |

FDS Source: Ensure that RAMPs are evaluated at T+DT in divg.f90.

r6067 | tkorhon1 | 2010-04-14 09:39:51 -0400 (Wed, 14 Apr 2010) |

FDS Source: Corrected a bug in CPU/step etc timings. Now these are also working for evacuation meshes, see  Issue 1057 .

r6065 | shostikk | 2010-04-14 08:34:00 -0400 (Wed, 14 Apr 2010) |

FDS Source:  Issue 1018 : Correct MASSFLUX scaling inside the part loop of SPECIES_BC.

r6064 | drjfloyd | 2010-04-14 08:28:43 -0400 (Wed, 14 Apr 2010) |

FDS Source: Add flags for THERMOPHORETIC_DEPOSITION and TURBULENT_DEPOSITION to &MISC

r6063 | shostikk | 2010-04-14 06:52:32 -0400 (Wed, 14 Apr 2010) |

FDS Source:  Issue 1018 : Correct MASSFLUX scaling for shrinking particles. This is wrong for shrinking wall VENTS!

r6062 | tkorhon1 | 2010-04-14 05:14:47 -0400 (Wed, 14 Apr 2010) |

FDS Source: Corrected a bug in CPU/step etc timings in main.f90. The T_SUM was summed outside NM loop, but it is just a scalar, i.e. it is not T_SUM(1:NMESHES) array. The fix: moved the T_SUM sum loop inside the CPU/step NM-loop. See  Issue 1057 .

r6059 | shostikk | 2010-04-14 02:01:35 -0400 (Wed, 14 Apr 2010) |

FDS Validation: Add Cup_burner validation cases into the repository. Make the associated fix for liquid model.

r6056 | mcgratta | 2010-04-13 18:31:00 -0400 (Tue, 13 Apr 2010) |

FDS Source:  Issue 1018 . Improve mass conservation for particles tied to SURF lines.

r6054 | mcgratta | 2010-04-12 13:48:13 -0400 (Mon, 12 Apr 2010) |

FDS Source: Fix bug introduced in SVN 6019 where default species BC was removed.

r6052 | shostikk | 2010-04-12 08:10:07 -0400 (Mon, 12 Apr 2010) |

FDS Source: Commit RUN_AVG_FAC for part and new output for open nozzles.

r6046 | randy.mcdermott | 2010-04-11 17:13:30 -0400 (Sun, 11 Apr 2010) |

FDS Source: updates for compression_wave solution

r6019 | randy.mcdermott | 2010-04-08 11:14:21 -0400 (Thu, 08 Apr 2010) |

FDS Source: major commit -- EMBEDDED_MESH, IMMERSED_BOUNDARY_METHOD, EDDY_BREAK_UP, WAVELET_ERROR.

Version 5.5.0 - April 6, 2010

SVN Revision 6006

r6004 | mcgratta | 2010-04-05 17:58:11 -0400 (Mon, 05 Apr 2010) |

FDS Source: Fix potential instability-causing problem with INTERPOLATED BCs.

r6002 | mcgratta | 2010-04-05 14:10:18 -0400 (Mon, 05 Apr 2010) |

FDS Source: Set surface temperature to gas phase for outflowing BC.

r5993 | mcgratta | 2010-04-02 18:17:47 -0400 (Fri, 02 Apr 2010) |

FDS Source:  Issue 1049 . Rework boundary condition arrays TMP_W, RHO_W, YY_W, etc.

r5992 | mcgratta | 2010-04-02 08:08:47 -0400 (Fri, 02 Apr 2010) |

FDS Source:  Issue 1048 . Set bounds on HRRPUV for both LES and DNS.

r5991 | mcgratta | 2010-04-01 10:08:42 -0400 (Thu, 01 Apr 2010) |

FDS Source:  Issue 1051 . Enforce 132 character line length.

r5988 | drjfloyd | 2010-04-01 09:22:26 -0400 (Thu, 01 Apr 2010) |

FDS Source: Fix single species AVERAGE SPECIFIC HEAT output.

r5979 | mcgratta | 2010-03-31 14:13:15 -0400 (Wed, 31 Mar 2010) |

FDS Source: Remove special time step check for ISOTHERMAL/DNS/NO_SPECIES.

r5975 | mcgratta | 2010-03-30 17:57:28 -0400 (Tue, 30 Mar 2010) |

FDS Source: Change HRRPUV_AVERAGE to 2500 kW/m3.

r5973 | mcgratta | 2010-03-30 15:21:39 -0400 (Tue, 30 Mar 2010) |

FDS Source: Initialize RHO_D=0 for DNS calculation in divg.f90.

r5966 | mcgratta | 2010-03-29 16:23:46 -0400 (Mon, 29 Mar 2010) |

FDS Source: Remove spurious extra character in wall.f90.

r5957 | drjfloyd | 2010-03-29 07:52:23 -0400 (Mon, 29 Mar 2010) |

FDS Source: Fix EQ vs EQV error in hvac.f90. Tuning change to wall.f90

r5947 | crogsch | 2010-03-27 16:53:51 -0400 (Sat, 27 Mar 2010) |

FDS Source: Update OpenMP compiler directives. Note: Intel_Fortran_Linux_32 11.1.069 Compiler does not compile a correct OpenMP version, use older versions like 056, 046 or 038. These older versions seem to work correctly...

r5943 | mcgratta | 2010-03-26 17:20:21 -0400 (Fri, 26 Mar 2010) |

FDS Source: Remove H_DNS from LES calculation in HEAT_TRANSFER_COEFFICIENT.

r5938 | mcgratta | 2010-03-26 08:48:35 -0400 (Fri, 26 Mar 2010) |

FDS Source: Fix bug in HEAT_TRANSFER_COEEFICIENT, use of H_DNS.

r5923 | mcgratta | 2010-03-25 12:05:35 -0400 (Thu, 25 Mar 2010) |

FDS Source: Change default parameters for Q_UPPER to limit HRRPUV to 2000 kW/m3.

r5922 | mcgratta | 2010-03-25 11:48:01 -0400 (Thu, 25 Mar 2010) |

FDS Source: Fix bug in HEAT_TRANSFER_COEFFICIENT where CP not initialized.

r5919 | shostikk | 2010-03-25 10:34:24 -0400 (Thu, 25 Mar 2010) |

FDS Source: Bug fix for back side emissivity calculation (NWP).

r5916 | tkorhon1 | 2010-03-25 09:59:22 -0400 (Thu, 25 Mar 2010) |

FDS Source: wall.f90 produced Run-Time Check Failures, the variables CP and MU_G were not set in FUNCTION HEAT_TRANSFER_COEFFICIENT for the case when IF (IIG<0). So I added cp=0 and mu_g=0.

r5910 | shostikk | 2010-03-25 07:16:22 -0400 (Thu, 25 Mar 2010) |

FDS Source: Improve the computation of back side emissivity (Issue 1039) and add warning when SHRINK = .FALSE. is used ( Issue 1017 ).

r5901 | drjfloyd | 2010-03-24 16:08:07 -0400 (Wed, 24 Mar 2010) |

FDS Source: more HVAC updates. Add H_CHILTON_COLBURN for heat + mass transfer analogy. Modify thermophoretic soot depostion to use the FDS computed h.

r5886 | mcgratta | 2010-03-22 12:51:46 -0400 (Mon, 22 Mar 2010) |

FDS Source: Change where ghost cell values of KRES are computed.

r5885 | mcgratta | 2010-03-22 12:03:25 -0400 (Mon, 22 Mar 2010) |

FDS Source: Eliminate VELOCITY_FLUX_ISOTHERMAL subroutine in velo.f90.

r5884 | mcgratta | 2010-03-22 10:05:56 -0400 (Mon, 22 Mar 2010) |

FDS Source: Use values of KRES in pres.f90 that are defined (inside the domain).

r5881 | mcgratta | 2010-03-19 17:52:34 -0400 (Fri, 19 Mar 2010) |

FDS Source: Change definition of Q_UPPER to better model big fires.

r5879 | mcgratta | 2010-03-19 10:47:59 -0400 (Fri, 19 Mar 2010) |

FDS Source:  Issue 1038 . Do not apply BAROCLINIC term except at gas-gas interface.

r5877 | shostikk | 2010-03-19 09:14:10 -0400 (Fri, 19 Mar 2010) |

FDS Source: Change computation of radiative absorption and scattering areas to be based on actual drop area, not approximation.

r5855 | mcgratta | 2010-03-17 12:57:16 -0400 (Wed, 17 Mar 2010) |

FDS Source:  Issue 1036 . Properly label DEFAULT surface in .out file.

r5843 | mcgratta | 2010-03-16 10:50:36 -0400 (Tue, 16 Mar 2010) |

FDS Source: Change version number to 5.5.0.

r5841 | randy.mcdermott | 2010-03-16 09:14:40 -0400 (Tue, 16 Mar 2010) |

FDS Source: comment unused subroutines in turb.

r5839 | randy.mcdermott | 2010-03-16 07:58:23 -0400 (Tue, 16 Mar 2010) |

FDS Source: add routines for scalar dissipation rate and sgs variance to turb

r5827 | randy.mcdermott | 2010-03-15 11:38:47 -0400 (Mon, 15 Mar 2010) |

FDS Source: revert MIX_TIME scaling (see SVN 5810)

r5824 | mcgratta | 2010-03-14 14:17:47 -0400 (Sun, 14 Mar 2010) |

FDS Source:  Issue 1033 . Add relaxation factor to background pressure calculation to prevent overly rapid depressurization.

r5810 | randy.mcdermott | 2010-03-13 17:58:35 -0500 (Sat, 13 Mar 2010) |

FDS Source: testing an optional new scaling for MIX_TIME

r5805 | randy.mcdermott | 2010-03-12 15:07:44 -0500 (Fri, 12 Mar 2010) |

FDS Source: mods to FDS6 defaults

r5801 | gforney | 2010-03-11 11:10:36 -0500 (Thu, 11 Mar 2010) |

FDS source: fix some openmp thread problems using thread checking tools on fire79 - thanks to christian

r5800 | shostikk | 2010-03-11 06:31:54 -0500 (Thu, 11 Mar 2010) |

FDS Source: Minor fix to PDPA dump routine.

r5787 | mcgratta | 2010-03-09 17:46:10 -0500 (Tue, 09 Mar 2010) |

FDS Source: Restore C_EDC to 0.1 for FDS6.

r5785 | randy.mcdermott | 2010-03-09 13:02:43 -0500 (Tue, 09 Mar 2010) |

FDS Source: add upper bound to SMV HRR cutoff of 200 kW/m3

r5784 | mcgratta | 2010-03-09 11:58:28 -0500 (Tue, 09 Mar 2010) |

FDS Source: Remove old BAROCLINIC and replace with new.

r5783 | randy.mcdermott | 2010-03-09 11:01:12 -0500 (Tue, 09 Mar 2010) |

FDS Source: mods to FDS6 defaults

r5773 | drjfloyd | 2010-03-08 08:24:28 -0500 (Mon, 08 Mar 2010) |

FDS Source:  Issue 1031 , add RAMP_PART and TAU_PART to &SURF to control PARTICLE_MASS_FLUX

r5772 | shostikk | 2010-03-08 03:47:43 -0500 (Mon, 08 Mar 2010) |

FDS Source: Fix the units of reac AIT parameter to deg Celsius.

r5744 | shostikk | 2010-03-04 07:01:32 -0500 (Thu, 04 Mar 2010) |

FDS Source: Added SHARED OMP directive for DP.

r5742 | drjfloyd | 2010-03-03 16:53:23 -0500 (Wed, 03 Mar 2010) |

FDS Source:  Issue 1028 . Change Y_O2_INFTY to be consistent with Standard Atmosphere.

r5733 | drjfloyd | 2010-03-02 15:11:18 -0500 (Tue, 02 Mar 2010) |

FDS Source:  Issue #1022 . Roll back prior fix and move correction to CONV_HRR calc.

r5730 | shostikk | 2010-03-02 09:18:18 -0500 (Tue, 02 Mar 2010) |

FDS Source: Fix SHRINK = .FALSE. error ( Issue 1017 ).

r5728 | shostikk | 2010-03-02 05:49:20 -0500 (Tue, 02 Mar 2010) |

FDS Source: Fix MASSFLUX zeroing problem ( Issue 1015 ).

r5721 | gforney | 2010-03-01 09:39:03 -0500 (Mon, 01 Mar 2010) |

FDS source: make a few stylistic coding changes to keep gfortran happy

r5719 | randy.mcdermott | 2010-03-01 08:59:23 -0500 (Mon, 01 Mar 2010) |

FDS Source: revert change of FDS6 C_EDC; results inconclusive

r5716 | drjfloyd | 2010-02-26 16:35:37 -0500 (Fri, 26 Feb 2010) |

FDS Source:  Issue #1022 , adjust storage of enthalpy for vapors from liquid

r5715 | randy.mcdermott | 2010-02-26 16:15:59 -0500 (Fri, 26 Feb 2010) |

FDS Source: mods to FDS6 C_EDC based on results from 1m methane validation case

r5713 | mcgratta | 2010-02-26 14:55:53 -0500 (Fri, 26 Feb 2010) |

FDS Source:  Issue 1022 . Fix bug in assigment of Y2CPBAR and Y2CPBAR_2.

r5699 | mcgratta | 2010-02-25 09:07:01 -0500 (Thu, 25 Feb 2010) |

FDS Source:  Issue 1021 . Make HRRPUVCUTOFF for Smokeview the same in all meshes.

r5674 | mcgratta | 2010-02-23 17:48:01 -0500 (Tue, 23 Feb 2010) |

FDS Source: Add RADCAL_FUEL to RADI line as a temporary means to convey different fuel species for RADCAL.

r5629 | tkorhon1 | 2010-02-22 05:31:08 -0500 (Mon, 22 Feb 2010) |

FDS Source: Added on if evacuation_only(nm) to velo.f90. No need to check the CLF norm stuff of evacuation flow fields, where constant time step is used. The latest svn version crushed for evacuation meshes, because some uninitialized variable was used. Evacuation meshes do not have all variables allocated. Added couple of TRIM for smv-file output.

r5618 | randy.mcdermott | 2010-02-19 12:42:28 -0500 (Fri, 19 Feb 2010) |

FDS Source: fix ITMP bug in divg; add H_LOGLAW to MISC and FDS6

r5617 | randy.mcdermott | 2010-02-19 11:11:31 -0500 (Fri, 19 Feb 2010) |

FDS Source: add temp dependent CP option to FDS6; mods to FDS6 defaults

r5616 | mcgratta | 2010-02-19 11:11:11 -0500 (Fri, 19 Feb 2010) |

FDS Source: Reformat .smv entries to leave blanks in first column.  Issue 1013 .

r5611 | mcgratta | 2010-02-18 17:33:32 -0500 (Thu, 18 Feb 2010) |

FDS Source: Set VAN_DRIEST=.FALSE. while in experimental stage.

r5610 | randy.mcdermott | 2010-02-18 10:20:39 -0500 (Thu, 18 Feb 2010) |

FDS Source: move ITMP in HEAT_TRANSFER_COEFFICIENT; had not been defined if IIG<0

r5609 | randy.mcdermott | 2010-02-18 07:59:31 -0500 (Thu, 18 Feb 2010) |

FDS Source: minor mod to CHECK_STABILITY; MAX(0,D) instead of just D, just want to account for expansion

r5608 | randy.mcdermott | 2010-02-17 19:36:47 -0500 (Wed, 17 Feb 2010) |

FDS Source: minor fixes to Van Driest damping

r5607 | randy.mcdermott | 2010-02-17 18:50:12 -0500 (Wed, 17 Feb 2010) |

FDS Source: add Van Driest damping; add wall array for U_TAU (friction velocity)

r5604 | randy.mcdermott | 2010-02-17 14:22:27 -0500 (Wed, 17 Feb 2010) |

FDS Source: add divergence to CFL; addresses  Issue 1012 ; add back crude wall damping factor

r5602 | randy.mcdermott | 2010-02-16 19:02:49 -0500 (Tue, 16 Feb 2010) |

FDS Source: remove H_EDDY from FDS6 defaults

r5601 | randy.mcdermott | 2010-02-16 18:52:12 -0500 (Tue, 16 Feb 2010) |

FDS Source: remove wall damping factor for CSMAG; addresses  Issue 1012 

r5587 | mcgratta | 2010-02-13 14:40:01 -0500 (Sat, 13 Feb 2010) |

FDS Source: Produce ERROR statement if an output species is not part of the calculation.

r5562 | shostikk | 2010-02-12 05:01:36 -0500 (Fri, 12 Feb 2010) |

FDS Source: Fixed wall MASSFLUX error ( Issue 1011 ).

r5561 | tkorhon1 | 2010-02-12 02:28:00 -0500 (Fri, 12 Feb 2010) |

FDS Source: Added mesh_stop_status to the call of INIT_EVAC_GROUPS. For evac, corrected STRS-mesh/namelist so that the agents coming from ENTRs are finding correct door in the stair model. Changed also STRS info output: write...x(1:8) ==> write...(x(i),i=1,8), because debug version gave warnings.

r5545 | mcgratta | 2010-02-08 17:53:10 -0500 (Mon, 08 Feb 2010) |

FDS Source: Combine a few kinetic parameters for solid phase pyrolysis.

r5544 | tkorhon1 | 2010-02-08 03:42:21 -0500 (Mon, 08 Feb 2010) |

FDS Source: Added one "if evacuation_only cycle" to initialize mesh exhange routine in main.f90.

r5541 | mcgratta | 2010-02-07 16:55:14 -0500 (Sun, 07 Feb 2010) |

FDS Source: Redefine a few kinetic parameters for solid phase pyrolysis.

r5540 | mcgratta | 2010-02-05 07:39:11 -0500 (Fri, 05 Feb 2010) |

FDS Source: Add global variable CONVECTION on MISC to turn off all convection to solids.

r5539 | randy.mcdermott | 2010-02-03 10:54:02 -0500 (Wed, 03 Feb 2010) |

FDS Source: set BAROCLINIC2=T; SCALARF call back inside COMPUTE_DENSITY mesh loop

r5538 | drjfloyd | 2010-02-03 08:54:49 -0500 (Wed, 03 Feb 2010) |

FDS Source: Reset point in EVALUATE_CONTROL after recursion call. Issue #1003

r5537 | mcgratta | 2010-02-02 18:37:27 -0500 (Tue, 02 Feb 2010) |

FDS Source: Fix call to SCALARF in main.f90.

r5536 | mcgratta | 2010-02-02 17:35:00 -0500 (Tue, 02 Feb 2010) |

FDS Source: Exchange KRES.

r5530 | mcgratta | 2010-02-02 13:09:18 -0500 (Tue, 02 Feb 2010) |

FDS Source: Streamline MPI data exchanges so that serial and parallel are the same.

r5529 | drjfloyd | 2010-02-02 13:03:39 -0500 (Tue, 02 Feb 2010) |

FDS Source: Begin resolving Issue #1003

r5528 | randy.mcdermott | 2010-02-02 12:03:45 -0500 (Tue, 02 Feb 2010) |

FDS Source: apply BAROCLINIC2 at mesh interfaces; mods to interface velocity for scalars in SCALARF

r5527 | drjfloyd | 2010-02-02 11:52:08 -0500 (Tue, 02 Feb 2010) |

FDS Source:  Issue #1001 . Begin process of nullifying pointers during initialization.

r5526 | randy.mcdermott | 2010-02-02 09:11:14 -0500 (Tue, 02 Feb 2010) |

FDS Source: mods to SCALARF to allow 2nd order FLUX_LIMITER scheme at mesh interfaces; currently only works in serial; move SCALARF call to its own mesh loop to avoid overwriting OMESH ghost cell values in DENSITY_TVD

r5525 | mcgratta | 2010-02-01 15:39:21 -0500 (Mon, 01 Feb 2010) |

FDS Source: Begin adding 2 layer exchange for rho and YY.

r5524 | randy.mcdermott | 2010-02-01 15:07:20 -0500 (Mon, 01 Feb 2010) |

FDS Source: add dummy ghost cell to SCALARF at INTERPOLATED_BC; partial fix for  Issue 641 

r5523 | mcgratta | 2010-02-01 13:32:16 -0500 (Mon, 01 Feb 2010) |

FDS Source: Remove ASSOCIATED statement from hvac.f90.

r5522 | drjfloyd | 2010-02-01 13:01:55 -0500 (Mon, 01 Feb 2010) |

FDS Source: Remove unused variables in hvac.f90

r5521 | mcgratta | 2010-02-01 12:20:26 -0500 (Mon, 01 Feb 2010) |

FDS Source: Make new routines conform to Unix line endings.

r5520 | mcgratta | 2010-02-01 12:15:35 -0500 (Mon, 01 Feb 2010) |

FDS Source: Fix possible scoping violations,  Issue 1001 ,  Issue 1002 .

r5515 | mcgratta | 2010-01-29 17:43:44 -0500 (Fri, 29 Jan 2010) |

FDS Source: Eliminate more unused variables.

r5514 | mcgratta | 2010-01-29 13:16:45 -0500 (Fri, 29 Jan 2010) |

FDS Source: Eliminate redundant USE statements in main.

r5513 | tkorhon1 | 2010-01-29 11:06:57 -0500 (Fri, 29 Jan 2010) |

FDS Source:  Issue 999  corrected YY_GET in evac.f90. Now it is outside the soot_index if statement. Also some pressure_loop stuff for evacuation needed in divg.f90. Added two "if(evac_only) cycle" to the pressure zone loops.

r5512 | tkorhon1 | 2010-01-29 10:30:30 -0500 (Fri, 29 Jan 2010) |

FDS Source:  Issue 999 , added YY_GET for FED in dump.f90. Also added one evacuation_only if to init.f90.

r5511 | drjfloyd | 2010-01-29 08:57:43 -0500 (Fri, 29 Jan 2010) |

FDS Source: Fix undefined error in dump.f90.  Issue #999 

r5510 | mcgratta | 2010-01-29 08:17:29 -0500 (Fri, 29 Jan 2010) |

FDS Source: Zero out pressure iteration acceleration term even if pressure iteration is false.

r5509 | drjfloyd | 2010-01-29 08:10:56 -0500 (Fri, 29 Jan 2010) |

FDS Source:  Issue #999 . Undefined variable error in read.f90. Line length > 132 in main.f90

r5508 | mcgratta | 2010-01-28 16:44:18 -0500 (Thu, 28 Jan 2010) |

FDS User Guide: Add discussion of the example case duct_flow.

r5507 | mcgratta | 2010-01-28 15:51:42 -0500 (Thu, 28 Jan 2010) |

FDS Source: Remove PRESSURE_CORRECTION.

r5505 | drjfloyd | 2010-01-28 11:45:34 -0500 (Thu, 28 Jan 2010) |

FDS Source:  Issue #999 . Fix array out of bounds error and array mismatch error in PROC_SPEC

r5504 | drjfloyd | 2010-01-28 08:53:38 -0500 (Thu, 28 Jan 2010) |

FDS Source:  Issue #999 . Modify use of SOOT_INDEX in evac.f90

r5503 | drjfloyd | 2010-01-28 08:42:43 -0500 (Thu, 28 Jan 2010) |

FDS Source:  Issue #999  Modify initialization of RCON_MF and the INDEX variables for species to allow FED to work when species only exist via the SPEC line.

====r5501 | tkorhon1 | 2010-01-28 03:51:18 -0500 (Thu, 28 Jan 2010) | 1====s

FDS Source: Modified dump.f90 for objects.svo, now it should work for evacuation "devices". Note, that the old runs are not nice for the new smv+objects (Jan 15,2010), the doors etc are not shown correctly. But this does not matter, it is just the visualization (the doors are at wrong orientation etc). Modified main.f90 also, so now it should work better for MPI with evacuation and also some restart fixes for fire+evacuation. T_MAX,T_MIN was corrected for a case, where there are no fire meshes at all. These changes should not have anything to do with a fire calculation, there should be evacuation-if etc so that these just affect evacuation meshes.

r5497 | mcgratta | 2010-01-27 16:19:26 -0500 (Wed, 27 Jan 2010) |

FDS Source: Add acceleration term to pressure iteration scheme.

r5495 | drjfloyd | 2010-01-27 11:42:07 -0500 (Wed, 27 Jan 2010) |

FDS Source:  Issue#999  wasn't converting lower case MF species to upper case when SPEC_ID was used previously was only converting the legacy input of QUANTITY='lower case MF species'

r5492 | mcgratta | 2010-01-26 11:58:36 -0500 (Tue, 26 Jan 2010) |

FDS Source: Add iteration to pressure solver to enable tighter tolerances for no flux and interpolated boundaries.

r5487 | randy.mcdermott | 2010-01-25 11:36:35 -0500 (Mon, 25 Jan 2010) |

FDS Source: remove NO_MASS_FLUX case from density flux; fixes problems with FM_SNL case using FDS6

r5486 | tkorhon1 | 2010-01-25 04:36:58 -0500 (Mon, 25 Jan 2010) |

FDS Source: main.f90 works now also MPI for evacuation. evac.f90, dump.f90, main.f90 work now for restart, when there are fire and evacuation meshes. The evacuation calculation is not continued when restarting, but the CHID_evac.fed file is restarted correctly.

r5483 | randy.mcdermott | 2010-01-22 16:52:59 -0500 (Fri, 22 Jan 2010) |

FDS Source: add BAROCLINIC2 and NOBIAS test options to MISC

r5473 | shostikk | 2010-01-22 09:03:49 -0500 (Fri, 22 Jan 2010) |

FDS Source: Change two hard-coded constants into user settable parameters (LIMITING_DT_RATIO, DENSE_VOLUME_FRACTION) and change ADD output short name to 'diam'

r5462 | mcgratta | 2010-01-20 09:56:33 -0500 (Wed, 20 Jan 2010) |

FDS Source:  Issue 971 . Do not use H_EDDY convective heat coefficient if a gas phase cell is not available.

r5461 | mcgratta | 2010-01-18 16:53:44 -0500 (Mon, 18 Jan 2010) |

FDS Source:  Issue 991 . Adjust burning rate to account for HoC difference in IGNITION_TEMPERATURE model. Also, fix HoC accounting error for fuel droplets.

r5460 | tkorhon1 | 2010-01-18 04:55:33 -0500 (Mon, 18 Jan 2010) |

FDS Source: Now the main.f90 MPI works for evacuation. And the evac.f90 has now two more user inputs, see  Issue 989 .

r5456 | drjfloyd | 2010-01-15 15:49:07 -0500 (Fri, 15 Jan 2010) |

FDS Source: Add GROUND_LEVEL to TMP_0

r5455 | drjfloyd | 2010-01-15 15:20:49 -0500 (Fri, 15 Jan 2010) |

FDS Source: GROUND_LEVEL did not affect the pressure stratification. Modified so that if ground level is not zero, that stratification is computed assuming that PINF and TAMB are taken at GROUND_LEVEL.

r5450 | drjfloyd | 2010-01-14 13:26:52 -0500 (Thu, 14 Jan 2010) |

FDS Source: comment out unused externals in mpis.f90. Fix some undefined variables.

r5449 | randy.mcdermott | 2010-01-14 10:54:57 -0500 (Thu, 14 Jan 2010) |

FDS Source: remove H_FIXED from cons.f90; this should have been committed with 5426

r5448 | mcgratta | 2010-01-13 13:02:13 -0500 (Wed, 13 Jan 2010) |

FDS Source: Remove external references from mpis.f90.

r5446 | mcgratta | 2010-01-13 10:40:11 -0500 (Wed, 13 Jan 2010) |

FDS Source: Remove mainmpi references in new main.f90.

r5445 | mcgratta | 2010-01-13 10:30:39 -0500 (Wed, 13 Jan 2010) |

FDS Source: Rename main_mpi.f90 back to main.f90 in the FDS_Source directory.

r5444 | mcgratta | 2010-01-13 10:27:52 -0500 (Wed, 13 Jan 2010) |

FDS Source: Move the old main.f90 to Deprecated_Files.

r5443 | mcgratta | 2010-01-13 10:25:15 -0500 (Wed, 13 Jan 2010) |

FDS Source: Merge main.f90 and main_mpi.f90 so that we need only one main routine.

r5442 | drjfloyd | 2010-01-12 10:11:29 -0500 (Tue, 12 Jan 2010) |

FDS Source: NU(OTHER) error in read.f90

r5441 | drjfloyd | 2010-01-12 09:02:36 -0500 (Tue, 12 Jan 2010) |

FDS Source: RN(1)%NU was not allocated the same as RN(>1)%NU for mixture fraction.

r5440 | drjfloyd | 2010-01-12 08:49:47 -0500 (Tue, 12 Jan 2010) |

FDS Source: Fix NU_H2O error when no H is given on REAC

r5426 | randy.mcdermott | 2010-01-08 12:57:59 -0500 (Fri, 08 Jan 2010) |

FDS Source:  Issue 987 . Move H_FIXED to SURF. Also, change FDS6 default back to CFL_VELOCITY_NORM=1 due to evidence in Glenn's colorconv.fds verification test.

r5425 | drjfloyd | 2010-01-08 11:35:22 -0500 (Fri, 08 Jan 2010) |

FDS Source:  Issue 979 . Prior commit was incorrect version of read.f90

r5424 | drjfloyd | 2010-01-08 11:21:52 -0500 (Fri, 08 Jan 2010) |

FDS Source: Fix typo - 0 (number) rather than O (letter) - in read.f90. Reported by jukka in  Issue 979 

r5421 | drjfloyd | 2010-01-06 08:19:27 -0500 (Wed, 06 Jan 2010) |

FDS Source: Fix line length in type.f90

r5417 | drjfloyd | 2010-01-04 09:37:16 -0500 (Mon, 04 Jan 2010) |

FDS Source: fix undefined variable error

r5414 | gforney | 2010-01-03 23:46:03 -0500 (Sun, 03 Jan 2010) |

FDS source: add PROP_ID to &OBST namelist so that a group of blockages may be associated with a smokeview object. These "associated" blockages can then be hidden when the Smokeview object is displayed and visa versa.

r5403 | drjfloyd | 2009-12-30 13:30:38 -0500 (Wed, 30 Dec 2009) |

FDS Source: Begin changes for Issue 972. Change Z species from fixed to allocated array.

r5401 | mcgratta | 2009-12-28 17:10:28 -0500 (Mon, 28 Dec 2009) |

FDS Source:  Issue 939 . Add iteration loop in pressure solver to better enforce no-flux BC.

r5379 | drjfloyd | 2009-12-24 08:46:30 -0500 (Thu, 24 Dec 2009) |

FDS Source: Modify ITMP in part.f90 to prevent ITMP=0.  Issue #910 

r5366 | mcgratta | 2009-12-22 09:51:52 -0500 (Tue, 22 Dec 2009) |

FDS Source: Include DV%INITIAL_STATE on the DEVICE info line in the .smv file.

r5365 | shostikk | 2009-12-22 09:21:47 -0500 (Tue, 22 Dec 2009) |

FDS Source: Implemented PARTICLE_CFL and particle drag reduction models.

r5359 | mcgratta | 2009-12-21 16:45:06 -0500 (Mon, 21 Dec 2009) |

FDS Source:  Issue 966 . Use time integration for DEVC and HRR output rather than pure averages.

r5358 | mcgratta | 2009-12-21 15:34:51 -0500 (Mon, 21 Dec 2009) |

FDS Source:  Issue 896 . Add MULTiplier functionality to INIT.

r5343 | mcgratta | 2009-12-19 16:33:50 -0500 (Sat, 19 Dec 2009) |

FDS Source: Remove a few unused PART and PROP parameters.

r5339 | mcgratta | 2009-12-18 17:39:06 -0500 (Fri, 18 Dec 2009) |

FDS Source: Add evaporation terms to D_LAGRANGIAN for PARTicles tied to SURFaces.

r5330 | randy.mcdermott | 2009-12-18 09:55:27 -0500 (Fri, 18 Dec 2009) |

FDS Source: add constant damping factor to COMPUTE_VISCOSITY; minor mods rough wall law in WW.

r5329 | tkorhon1 | 2009-12-18 08:18:32 -0500 (Fri, 18 Dec 2009) |

FDS Source: dump.f90: A small fix for evacuation devide "evacdoor". Also evac.f90 has now more user input checks and now Tpre and Tdet can also be given on the EVAC-namelists. EVAC-namelist values override (if given) the ones given on the PERS-namelists.

r5324 | mcgratta | 2009-12-17 18:07:03 -0500 (Thu, 17 Dec 2009) |

FDS Source: Add convective heating for lagrangian particles tied to a SURF line, and change D_VAP to D_LAGRANGIAN.

r5323 | randy.mcdermott | 2009-12-17 17:43:52 -0500 (Thu, 17 Dec 2009) |

FDS Source: remove damping factor, changed my mind.

r5322 | randy.mcdermott | 2009-12-17 17:14:10 -0500 (Thu, 17 Dec 2009) |

FDS Source: add crude damping factor for constant Smag H_EDDY.

r5317 | mcgratta | 2009-12-17 14:17:36 -0500 (Thu, 17 Dec 2009) |

FDS Source: Set particle weight factor (PWT) to 1 for particles tied to a SURF line.

r5316 | mcgratta | 2009-12-17 13:07:54 -0500 (Thu, 17 Dec 2009) |

FDS Source: QUANTITY='TIME' for DEVC must be within a mesh.

r5314 | drjfloyd | 2009-12-17 11:13:47 -0500 (Thu, 17 Dec 2009) |

FDS Source: Move H_EDDY into DNS if block so we don't use H_EDDY if DNS. Also add complete calc for Cp so it is correct when atmosphere is not air.

r5312 | randy.mcdermott | 2009-12-17 10:17:17 -0500 (Thu, 17 Dec 2009) |

FDS Source: Implement Moinuddin and Li eddy viscosity heat transfer model.

r5311 | shostikk | 2009-12-17 08:12:18 -0500 (Thu, 17 Dec 2009) |

FDS Source: Fixing bugs related to identifying BAD devices. Devices with QUANTITY = 'TIME' still needs some fixing.

r5310 | shostikk | 2009-12-17 06:01:59 -0500 (Thu, 17 Dec 2009) |

FDS Source: Fix bug in PSUM init loop. Missing M%'s for mesh arrays.

r5307 | mcgratta | 2009-12-16 17:11:53 -0500 (Wed, 16 Dec 2009) |

FDS Source: Revise definition of PROP line in .smv file.

r5299 | randy.mcdermott | 2009-12-16 12:44:17 -0500 (Wed, 16 Dec 2009) |

FDS Source: fix bug in K_AGL_SLICE, should be integer .ge. 0

r5290 | drjfloyd | 2009-12-14 09:10:26 -0500 (Mon, 14 Dec 2009) |

FDS Source: Add error trapping for VOLUME FRACTION with MIXTURE FRACTION.  Issue #963 

r5288 | tkorhon1 | 2009-12-14 03:57:03 -0500 (Mon, 14 Dec 2009) |

FDS Source: Added a couple of variable definitions to init.f90 and also GET_SPECIFIC_HEAT to use statement in INITIALIZE_MESH_VARIABLES(NM), because my compiler was giving errors. I got also a couple of error from hvac.f90, so I took three lines out (added ! there). Changed also RGB format in dump.f90 for evacuation devices, they are now 0-255, not 0.0-1.0.

r5280 | drjfloyd | 2009-12-11 11:35:39 -0500 (Fri, 11 Dec 2009) |

FDS Source: Partially functional HVAC. Can couple multiple pressure zones using ducts with loss / wall friction with no leakage flow driven by fixed flow ducts, quadratic fans, and/or zone pressure. Remaining basic functionality to be added: account for leakage, fan curves with RAMP, and loss coefficients for fittings (i.e. node losses rather than duct losses).

r5276 | mcgratta | 2009-12-10 17:56:25 -0500 (Thu, 10 Dec 2009) |

FDS Source: Remove particle initialization from PART lines.

r5272 | randy.mcdermott | 2009-12-09 18:53:50 -0500 (Wed, 09 Dec 2009) |

FDS Source: fix bug in V_CELL in mass.f90

r5269 | randy.mcdermott | 2009-12-09 16:28:41 -0500 (Wed, 09 Dec 2009) |

FDS Source: improvements to rough wall model

r5268 | mcgratta | 2009-12-09 15:43:00 -0500 (Wed, 09 Dec 2009) |

FDS Source: Add ability to use alternative volumes for INIT.

r5265 | rogsch@uni-wuppertal.de | 2009-12-09 05:17:41 -0500 (Wed, 09 Dec 2009) |

FDS Source: Add/Correct OpenMP compiler directives to mass.f90

r5264 | randy.mcdermott | 2009-12-08 17:12:39 -0500 (Tue, 08 Dec 2009) |

FDS Source: minor mods to wall model

r5263 | randy.mcdermott | 2009-12-08 15:21:50 -0500 (Tue, 08 Dec 2009) |

FDS Source: fix volume correction in CHECK_DENSITY; add Monin-Obukhov for rough surfaces; add mean forcing (nudging)

r5260 | mcgratta | 2009-12-08 10:28:58 -0500 (Tue, 08 Dec 2009) |

FDS Source: More editing of Smokeview device output.

r5259 | mcgratta | 2009-12-08 10:12:33 -0500 (Tue, 08 Dec 2009) |

FDS Source: Remove some Smokeview parameters from PART line.

r5258 | mcgratta | 2009-12-08 10:09:44 -0500 (Tue, 08 Dec 2009) |

FDS Source: Change format of DEVICE, PROP, and CLASS_OF_PARTICLES entries in smv file.

r5257 | randy.mcdermott | 2009-12-08 09:27:17 -0500 (Tue, 08 Dec 2009) |

FDS Source: add cell volume correction to CHECK_DENSITY

r5256 | tkorhon1 | 2009-12-08 06:14:33 -0500 (Tue, 08 Dec 2009) |

FDS+Source: Added one "evacuation_only if" in velo.f90. Also change a little bit init.f90 and "evacuation_only if" initializations, because of the velo.f90 change. And corrected  Issue 994  related bug in the initialization of the agents. It was not checked if the centers of the "shoulder circles" were inside the mesh. This was done just for the torso circle (and for that only implicitely, i.e., the coordinates were generated so that they were inside the mesh). Out of bounds: CELLSI(FLOOR((x_tmp(1)-XS)RDXINT)) could be the result in some cases. Now this can not anymore happen.

r5255 | ruddy@nist.gov | 2009-12-07 18:18:15 -0500 (Mon, 07 Dec 2009) |

Changes to subroutines INITIALIZE_RAISED_VEG and RAISED_VEG_MASS_ENERGY_TRANSFER to allow vegetation data dumps

r5254 | ruddy@nist.gov | 2009-12-07 18:16:38 -0500 (Mon, 07 Dec 2009) |

Added VEG_DIVQC to DROPLET_TYPE (used in veg data dump)

r5253 | ruddy@nist.gov | 2009-12-07 18:15:01 -0500 (Mon, 07 Dec 2009) |

In subroutine READ_TREE changed error message so number of faulty TREE namelist line is ouput; allocated TREE_OUTPUT_DATA_TOTAL which is used in outputting veg data; other minor changes to handle dumping veg data

r5252 | ruddy@nist.gov | 2009-12-07 18:12:13 -0500 (Mon, 07 Dec 2009) |

In main, added arrays COUNTS_TREE and DISPLS_TREE for use in dumping veg data

In subroutine DUMP_GLOBAL_OUTPUTS changed MPI_GATHERV argruments to properly prepare for outputting veg data

r5251 | ruddy@nist.gov | 2009-12-07 18:08:02 -0500 (Mon, 07 Dec 2009) |

subroutine DUMP_GLOBAL_OUTPUTS: changed conditions for calling DUMP_VEG

r5250 | ruddy@nist.gov | 2009-12-07 18:06:46 -0500 (Mon, 07 Dec 2009) |

In subroutine INITIALIZE_GLOBAL_DUMPS added code for defining headers in files containing vegetation information

In subroutine WRITE_SMOKEVIEW_FILE added added code to properly handle device shapes: output CANOPY if veg is conical and output TRUNK if vegetation is cylindrical

Fixed errors in DUMP_VEG to properly output veg info

r5249 | ruddy@nist.gov | 2009-12-07 17:59:22 -0500 (Mon, 07 Dec 2009) |

Declare array TREE_OUTPUT_DATA_TOTAL. Used in vegetation data output

r5244 | mcgratta | 2009-12-07 15:26:18 -0500 (Mon, 07 Dec 2009) |

FDS Source: Fix bug in part.f90 in the particle move routine.

r5241 | tkorhon1 | 2009-12-07 09:33:35 -0500 (Mon, 07 Dec 2009) |

FDS Source: evac.f90: corrected line 6443, no division by zero anymore.

r5240 | drjfloyd | 2009-12-07 09:01:18 -0500 (Mon, 07 Dec 2009) |

FDS Source: hvac network model. Currently only working in serial mode. Model is enabled only if an &HVAC keyword is found in the input file. This adds a 1D network solver to FDS.

r5239 | mcgratta | 2009-12-07 08:27:01 -0500 (Mon, 07 Dec 2009) |

FDS Source:  Issue 944 . Clean up bugs in EVAC where arrays are not allocated but still used.

r5234 | mcgratta | 2009-12-06 18:19:07 -0500 (Sun, 06 Dec 2009) |

FDS Source: Work on VIRTUAL_PARTICLES.

Powered by Google Project Hosting