-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cfb75e
commit f9eb4cd
Showing
3 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
results: | ||
- transport-properties | ||
- thermodynamic-properties | ||
- vacuum-properties | ||
- equilibrium-@-constant-t-p | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
permalink: /results/vacuum-properties/ | ||
--- | ||
<h1 class="text-center"><b>Vacuum properties</b></h1> | ||
<h3 class="text-center"><b>Operating conditions and composition</b></h3> | ||
<table class="table table-striped text-left" style="margin:auto" id="input-table"> | ||
<tbody> | ||
<tr> | ||
<th scope="row">Temperature <i class="fa-regular fa-temperature-three-quarters"></i></th> | ||
<td id="T"></td> | ||
<td>K</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Pressure <i class="fa-regular fa-gauge"></i></th> | ||
<td id="P"></td> | ||
<td>Pa</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">Name <i class="fa-regular fa-atom"></i></th> | ||
<th>Mole fraction <i class="fa-regular fa-chart-pie"></i></th> | ||
<th>Mass fraction <i class="fa-regular fa-chart-pie"></i></th> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h3 class="text-center"><b>Properties</b></h3> | ||
<table class="table table-striped text-left" style="margin:auto" id="output-table"> | ||
<tbody> | ||
<tr> | ||
<th scope="row">Property name <i class="fa-regular fa-vial"></i></th> | ||
<th>Value <i class="fa-regular fa-chart-line"></i></th> | ||
<th>Unit dimension <i class="fa-regular fa-scale-balanced"></i></th> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters