We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4607c0 commit 865ef16Copy full SHA for 865ef16
samples/python/reactors/porous_media_burner.py
@@ -152,14 +152,14 @@ def effectiveConductivityYZA(Ts): # for yittria-stabilized zirconia alumina
152
pore_diameter=0.0085,
153
heat_conductivity=effectiveConductivitySiC,
154
specific_area=246.075,
155
- solid_phase=ct.Solution("example_data/silicon_carbide.yaml"),
+ solid_phase=ct.Solution("example_data/silicon-carbide.yaml"),
156
emissivity=0.85)
157
158
SiC10PPI = SolidProperties(porosity=0.84,
159
pore_diameter=0.00134,
160
161
specific_area=978.,
162
163
164
165
0 commit comments