grgrgrknght / facet3d-issues

FACET3D Issue Tracker
1 stars 0 forks source link

External Data object type to handle CFD data #207

Open grgrgrknght opened 9 years ago

grgrgrknght commented 9 years ago

Instead of using ubl files for building loads and cfd command for contours.

Add a new object class that has multiple children types that can...

  1. Apply a load to a building wall. Any existing load will be overwritten (or max?) and if a threat name needs to be created it will be. This UBL object can have multiple loads (just like the file). Multiple UBL objects could be used so users can enable/disable a subset of load mappings.
  2. A CFD contours object that maintains a link to the data file. The contours will get applied during the analysis run. Warn user if link breaks. Each object links to 1 file and has a name, enabled, variable type, and file location properties. If name already exists for that variable type data gets overwritten.