fds
fds copied to clipboard
Fire Dynamics Simulator
**Describe the bug** I was running a small test case of a heat gun blowing hot air on a plate as part of evaluating the impinging jet model heat transfer...
Hello I came from the last two issues posted before, the object of simulation is still the same which is simulating the airflow distribution inside an electrical panel that contains...
I don’t think this block of code in read.f90 (~9410) is correct. ``` DENSITY_MAX = 0._EB DENSITY_MIN = 10000000._EB DO N = 1,SF%N_MATL ML => MATERIAL(SF%MATL_INDEX(N)) DO NN = 1,SF%N_LAYER_MATL(NL)...
**Describe the bug** I recently installed FDS (the latest version) on my university's linux clusters. We have about 4 servers having 132 cpus each. I tried running a simulation on...
**Describe the bug** I was revisiting our internal kinetics optimization routine to integrate optimization of effective battery properties using a similar approach. I noticed the run time of the solid...
I have a case with a large number of meshes where in only some locations I want boundary output. The smokeview domain limit feature takes some extra processing time as...
I built a model of an aircraft cargo. it has two containers. And running this file to observe the spread of smoke, but there is this error, forrtl: severe (157):...
Compile the target impi_intel_linux_db and run case Verification/Miscellaneous/ramp_time.fds This is what I see: ``` mnv@spark-login Miscellaneous (master) $ /zpool/array01/home/mnv/FireModels_fork_home/fds/Build/impi_intel_linux_db/fds_impi_intel_linux_db ramp_time.fds Starting FDS ... MPI Process 0 started on spark-login Reading...
**Is your feature request related to a problem? Please describe.** I am working on adding contour plotting functionality to the python version of dataplot. FDS does not currently output the...
Let's configure the make file and make_fds.sh scripts to gracefully ignore SUNDIALS if it has not been installed on a user's system.