🚀 Auto-deploy: BrainWind atualizado em 13/07/2026 11:37:13
This commit is contained in:
@@ -105,7 +105,7 @@ function cylinderScenario(
|
||||
endType: 'closed' | 'open-top' | 'open-bottom' | 'open-both',
|
||||
_windAngle: 0 | 90,
|
||||
): AuditScenario {
|
||||
const { s2, vk, q } = calcWind(v0, s1, s3, cat, d, h);
|
||||
const { s2, vk, q } = calcWind(v0, s1, s3, cat, Math.max(d, h), h);
|
||||
const re = 70000 * vk * d;
|
||||
const hOverD = h / d;
|
||||
let cpiVal: number;
|
||||
|
||||
Reference in New Issue
Block a user