TUT: bubbleColumnIATE: correct Crc-coefficient value (fixes #3362)

This commit is contained in:
Kutalmis Bercin
2025-08-11 21:32:49 +01:00
parent 954a54ea73
commit 233da9adaa
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ air
} }
randomCoalescence randomCoalescence
{ {
Crc 0.04; Crc 0.004;
C 3; C 3;
alphaMax 0.75; alphaMax 0.75;
} }

View File

@ -34,7 +34,7 @@ air
} }
randomCoalescence randomCoalescence
{ {
Crc 0.04; Crc 0.004;
C 3; C 3;
alphaMax 0.75; alphaMax 0.75;
} }