Skip to content

Unit error in Modelica.Clocked.Examples.Systems.Utilities.ComponentsThrottleControl.IntakeManifold #4097

@qlambert-pro

Description

@qlambert-pro

The following equation doesn't pass unit checking:

m_ao_der = -0.366 + 0.08979 * N * P_m - 0.0337 * N * P_m ^ 2 + 0.0001 * N ^ 2 * P_m;

N is expressed in "rad/s" and P_m in "bar" so - 0.0337 * N * P_m ^ 2 and 0.0001 * N ^ 2 * P_m don't have the same unit, for instance, despite being added.

Metadata

Metadata

Assignees

No one assigned

    Labels

    L: ClockedIssue addresses Modelica.Clocked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions