Skip to content

Enable computeFlowResistance=false #2001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
FWuellhorst opened this issue Apr 23, 2025 · 0 comments · May be fixed by #2002
Open

Enable computeFlowResistance=false #2001

FWuellhorst opened this issue Apr 23, 2025 · 0 comments · May be fixed by #2002

Comments

@FWuellhorst
Copy link
Contributor

To simplify complex hydraulic models, it should be possible to disable the pressure loss equation in a model but still use the dp_nominal and aggregate the value with other dp_nominals in series to one dpFixed_nominal of an actuator.
As discussed and proposed by @Mathadon , the parameter

protected 
  final parameter Boolean computeFlowResistance=(dp_nominal_pos > Modelica.Constants.eps)
    "Flag to enable/disable computation of flow resistance"
   annotation(Evaluate=true);

in IBPSA.Fluid.FixedResistances.PressureDrop could be public and non-final in a tab advanced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant