mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated circuitBoardCooling tutorial
This commit is contained in:
@ -98,7 +98,6 @@ dictionaryReplacement
|
|||||||
kappa fluidThermo;
|
kappa fluidThermo;
|
||||||
kappaName none;
|
kappaName none;
|
||||||
|
|
||||||
|
|
||||||
// Thermo baffle model
|
// Thermo baffle model
|
||||||
thermoBaffleModel thermoBaffle2D;
|
thermoBaffleModel thermoBaffle2D;
|
||||||
regionName baffleRegion;
|
regionName baffleRegion;
|
||||||
@ -108,7 +107,6 @@ dictionaryReplacement
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Solid thermo
|
// Solid thermo
|
||||||
thermoType
|
thermoType
|
||||||
{
|
{
|
||||||
@ -121,7 +119,6 @@ dictionaryReplacement
|
|||||||
energy sensibleEnthalpy;
|
energy sensibleEnthalpy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
mixture
|
mixture
|
||||||
{
|
{
|
||||||
specie
|
specie
|
||||||
@ -144,6 +141,13 @@ dictionaryReplacement
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
radiation
|
||||||
|
{
|
||||||
|
radiationModel opaqueSolid;
|
||||||
|
absorptionEmissionModel none;
|
||||||
|
scatterModel none;
|
||||||
|
}
|
||||||
|
|
||||||
value uniform 300;
|
value uniform 300;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user