mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected mass source in filter tutorial
This commit is contained in:
@ -32,7 +32,9 @@ massSource1
|
|||||||
volumeMode absolute;
|
volumeMode absolute;
|
||||||
fieldData
|
fieldData
|
||||||
{
|
{
|
||||||
|
rho 1e-4; // kg/s
|
||||||
H2O 1e-4; // kg/s
|
H2O 1e-4; // kg/s
|
||||||
|
p 1e-4; // kg/s
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user