Skip to content

Commit

Permalink
update README.MD, add diagram white-frame
Browse files Browse the repository at this point in the history
  • Loading branch information
pjazdzyk committed Nov 17, 2022
1 parent b96ae2d commit 19e5821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ LAST CHANGES (2022.11.16):<br>

The library is organized into following modules:
* _fluids module_ - includes classes dedicated to fluid property representation and calculation
* _flows module_ - includes classes representing fluid or humid gas flow handling
* _flows module_ - includes classes representing fluid or humid gas flow handling<br>

The diagram below presents Fluid and Flow modules structure:<br>
<a href=""><img src="architecture/ARCH_1_FluidAndFlow.png" width="650"/><br></a>
<a href="https://github.com/pjazdzyk/hvac-lib/blob/main/architecture/ARCH_1_FluidAndFlow.png"><img src="architecture/ARCH_1_FluidAndFlow.png" width="850"/><br></a>

* _process module_ - includes classes representing each thermodynamic process implemented so far in the library
* _process module_ - includes classes representing each thermodynamic process implemented so far in the library<br>

The diagram below presents Fluid and Flow modules structure:<br>
<a href=""><img src="architecture/ARCH_2_Process.png" width="650"/><br></a>
<a href="https://github.com/pjazdzyk/hvac-lib/blob/main/architecture/ARCH_2_Process.png"><img src="architecture/ARCH_2_Process.png" width="850"/><br></a>

* _tests_ - includes all tests representing how to properly use each of library components

Expand Down
Binary file modified architecture/ARCH_1_FluidAndFlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified architecture/ARCH_2_Process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19e5821

Please sign in to comment.