File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
> DATE: 2022.04.10<br >
8
8
> LAST UPDATE: 2022.06.17<br >
9
9
10
+
10
11
---
11
12
[ WIND LOG PROFILE] ( #logharithmic-wind-profile ) | [ FIRE CURVE] ( #fire-curve ) | [ LICENSE] ( #license ) |
12
13
---
@@ -36,11 +37,10 @@ USER GUIDE:
36
37
4 . Adjust fields in UDF file accordingly:
37
38
```
38
39
#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
41
42
#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
44
44
```
45
45
5 . Under velocity inlet BC, select velocity specified in cartesian coordinate system: vx, by, vz.
46
46
6 . Hook x_vel_profile as vx, and y_vel_profile as vy in each velicity inlet BC.
@@ -63,7 +63,6 @@ USER GUIDE:
63
63
#define SRC_VOL 10.5 <- source geometry volume in m3
64
64
#define SOOT_Y 0.12 <- soot yield in kg.soot/kg.fuel
65
65
#define HC 25.0 <- burning material heat of combustion in MJ/kg
66
-
67
66
```
68
67
69
68
Please dont forget to contact me if you spot any parsing errors or convergence issues. Thanks.
You can’t perform that action at this time.
0 commit comments