Skip to content

Commit 42f6195

Browse files
author
Bojan Grenko
committed
Final updates, removing comments etc
1 parent 085785f commit 42f6195

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

model_funcs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,8 +3291,6 @@ def T_wall_func_steady(self, T_wall, C_near_wall, T_near_wall, u_s, *args, **kwa
32913291

32923292
# Total delta T
32933293
dT = (Q_ax + Q_gen)/Q_rad_factor #/ (rho_tube_jh*cp_tube_jh)
3294-
# Clip to avoid massive fluxes while the simulation stabilizes
3295-
# dT = np.clip(dT, -30, 30)
32963294

32973295
# Calculate new wall T profile
32983296
wall_T_profile = (T_near_wall + dT).flatten()

simulation_setup.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"single tube length [m]": 1,
3434
"single tube inner diameter [m]": 0.02,
3535

36-
"single tube wall thickness [m]": 0.005,
36+
"single tube wall thickness [m]": 0.002,
3737
"material density [kg m-3]": 7100,
3838
"material thermal conductivity [W m-1 K-1]": 11,
3939
"material specific heat capacity [J kg-1 K-1]": 460
@@ -52,7 +52,7 @@
5252
"flue gas parameters":{},
5353

5454
"joule heating parameters":{
55-
"current through single tube [A]": 130,
55+
"current through single tube [A]": 165,
5656
"tube material electrical resistivity [ohm m]": 1.4e-6
5757
}
5858

@@ -86,7 +86,7 @@
8686
"steady simulation parameters":{
8787
"maximum iterations": 10000000,
8888
"convergence criteria": 1e-8,
89-
"field underrelaxation factor": 1e-3,
89+
"field underrelaxation factor": 1e-4,
9090
"wall underrelaxation factor": 0.08
9191
},
9292

0 commit comments

Comments
 (0)