Skip to content

Commit 837b9c6

Browse files
committed
minor README fix
1 parent b062e03 commit 837b9c6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
> DATE: 2022.04.10<br>
88
> LAST UPDATE: 2022.06.17<br>
99
10+
1011
---
1112
[WIND LOG PROFILE](#logharithmic-wind-profile) | [FIRE CURVE](#fire-curve) | [LICENSE](#license) |
1213
---
@@ -36,11 +37,10 @@ USER GUIDE:
3637
4. Adjust fields in UDF file accordingly:
3738
```
3839
#define WIND_DIR 270.0 <- wind direction in m/s at height of 10m
39-
#define z0 0.003 <- z0 value based on terrain category from table 4.1
40-
#define zMin 1.000 <- zMin value based on terrain category from table 4.1
40+
#define z0 0.003 <- z0 value based on terrain category from table 4.1 in m
41+
#define zMin 1.000 <- zMin value based on terrain category from table 4.1 in m
4142
#define zoneH 400.0 <- your domain height in m
42-
#define vB0 22.0 <- velocity at reference height of 10m
43-
43+
#define vB0 22.0 <- velocity at reference height of 10m in m/s
4444
```
4545
5. Under velocity inlet BC, select velocity specified in cartesian coordinate system: vx, by, vz.
4646
6. Hook x_vel_profile as vx, and y_vel_profile as vy in each velicity inlet BC.
@@ -63,7 +63,6 @@ USER GUIDE:
6363
#define SRC_VOL 10.5 <- source geometry volume in m3
6464
#define SOOT_Y 0.12 <- soot yield in kg.soot/kg.fuel
6565
#define HC 25.0 <- burning material heat of combustion in MJ/kg
66-
6766
```
6867

6968
Please dont forget to contact me if you spot any parsing errors or convergence issues. Thanks.

0 commit comments

Comments
 (0)