-
Notifications
You must be signed in to change notification settings - Fork 8
IZXFER izLinkedFlowMult re support of models using zone multiplier(s) #403
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
Conversation
nealkruis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title also needs to be more descriptive.
src/cgcomp.cpp
Outdated
| oa_exhAF.af_Init(); | ||
| float supVf = 0.f; | ||
| float exhVf = 0.f; | ||
| // float exhVf = 0.f; not used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should just be removed instead of commented.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expanded comments and retained.
doc/src/records/izxfer.md
Outdated
|
|
||
| **izLinkedFlowMult=*float*** | ||
|
|
||
| Flow multiplier TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not complete.
src/cgcomp.cpp
Outdated
| AIRSTATE zoneAir; | ||
| zpx->zn_GetAirStateLs( zoneAir); | ||
| float rhoX = zpx->zn_rho0ls; | ||
| // exhVf -= izx->iz_vfMin * izx->iz_linkedFlowMult; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Description
Initial implementation of IZXFER flow multiplier scheme to support zone multiplier modeling approach.
Only DOAS air source is implemented. Interzone flow multipliers should be considered and added if needed.
Stub documentation provided.