Skip to content

Commit bf40210

Browse files
committed
fixed README.md
1 parent 837b9c6 commit bf40210

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

FLUENT_UDF/EurocodeWindProfile.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Ansys Fluent must be used for use or testing.
77
UDF for simulation ABL (atmospheric boundary layer) as logaritmic wind profile, based on Eurocode EN 1991-1-4.
88
99
AUTHOR: Piotr Jażdżyk
10-
Contact: piotr.jazdzyk@o2.pl
11-
Linkedin: https://www.linkedin.com/in/pjazdzyk/
10+
Linkedin: https://pl.linkedin.com/in/pjazdzyk/en
1211
1312
Table 4.1 from Eurocode Eurocode EN 1991-1-4:
1413
z0[m] - aerodynamic terrain roughness length

FLUENT_UDF/FireCurve.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
/*
44
THIS IS ANSYS FLUENT UDF FILE. It is a macro, based on C language, but some of the syntax rules are different. It will not compile in clang.
5-
Ansys Fluent must be used for use or testing.
5+
Ansys Fluent must be used for testing.
66
77
UDF for simple t^square fire curve, for heat and smoke generation from source, based on Mulholland formula.
88
99
AUTHOR: Piotr Jażdżyk
10-
Contact: piotr.jazdzyk@o2.pl
11-
Linkedin: https://www.linkedin.com/in/pjazdzyk/
10+
Linkedin: https://pl.linkedin.com/in/pjazdzyk/en
1211
*/
1312

1413
// REQUIRED USER INPUT

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
## ANSYS FLUENT: USER DEFINED FUNCTIONS (UDF)
22

3-
> AUTHOR: <b>Piotr Jażdżyk</b> <br>
4-
> CONTACT: piotr.jazdzyk@o2.pl<br>
5-
> LINKEDIN: https://www.linkedin.com/in/pjazdzyk/<br>
63
> VERSION: 1.0.1 <br>
74
> DATE: 2022.04.10<br>
85
> LAST UPDATE: 2022.06.17<br>
9-
6+
> AUTHOR: <b>Piotr Jażdżyk</b> <br>
7+
> LINKEDIN: https://pl.linkedin.com/in/pjazdzyk/en<br>
108
119
---
1210
[WIND LOG PROFILE](#logharithmic-wind-profile) | [FIRE CURVE](#fire-curve) | [LICENSE](#license) |
@@ -48,7 +46,7 @@ USER GUIDE:
4846
8. Use printAll() method, to check calculated values.
4947

5048
### FIRE CURVE
51-
FILENAME: FireCurve.c
49+
FILENAME: FireCurve.c <br>
5250
Interpreted type UDF for Ansys Fluent SHEVS simulations. This UDF implements a source of heat and soot generation for a volumetric source defined within a computational domain. This macro defines a time-dependent increase of smoke and heat generation based on t^2 function and fire growth coefficient. Source emissions are increased up to the defined HRR_MAX value, from where heat release is constant in time.
5351

5452
USER GUIDE:

0 commit comments

Comments
 (0)