kowalskiw / fireeng-tools

Simple tools for fire safety engineering
GNU General Public License v3.0
1 stars 1 forks source link

Many CFD transfer files #13

Closed zarooba01 closed 2 years ago

zarooba01 commented 2 years ago

Resolves #12

According to the issue: Modifying mechanical input file. ✓ Copying and changing thermal input files to 'CFD' thermal attack. ✓ Iterating over transfer files: ✓ finding the transfer domain boundaries; ✓ assigning modified in step (2) sections to elements that are located in the transfer domain boundaries; ✓ running thermal analyses of CFD-modified sections. - starts, with bugs

almost all tasks are done. Here can be some errors and code has to be organised better.

kowalskiw commented 2 years ago

@zarooba01, I have some case-sensitivity while running this script on the Linux machine. Please, allow copying *.IN as well as *.in files, while keeping its original cases.

kowalskiw commented 2 years ago

I am leaving it open until the main features required by iso2nf.py integration are ready.

zarooba01 commented 2 years ago

Structure has been improoved, as well as all paths have been fixed. Id of nodes and beams in operate_on_cfd are now consistent. Before, node id was higher by 1 than beam id. .in and .IN suffixes fixed New version is now in _new file. If it work's fine name should be changed properly.