mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fixing solidProperties New construtctor when defaultCoeffs is false
This commit is contained in:
@ -46,7 +46,16 @@ solids
|
||||
{
|
||||
C
|
||||
{
|
||||
defaultCoeffs yes;
|
||||
defaultCoeffs no;
|
||||
// if defaultCoeffs no properties should be :
|
||||
CCoeffs
|
||||
{
|
||||
rho 2010;
|
||||
Cp 710;
|
||||
K 0.04;
|
||||
Hf 0;
|
||||
emissivity 1.0;
|
||||
}
|
||||
}
|
||||
ash
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user