Skip to content
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

Inverse sensor implementation #881

Closed
Mathadon opened this issue Jan 27, 2018 · 4 comments
Closed

Inverse sensor implementation #881

Mathadon opened this issue Jan 27, 2018 · 4 comments
Assignees

Comments

@Mathadon
Copy link
Member

I could use a component that essentially does the invers of a fluid sensor: it sets either h_outflow, Xi_outflow or C_outflow of a flow that passes through the component to an input value/vector of the component. Sensors do the opposite: they read the value. I'd make a single component that allows setting all three variables using conditionally enabled inputs, similar to MassFlowSource. I suppose that I can add this? Any suggestions on where to put it?

@Mathadon Mathadon self-assigned this Jan 27, 2018
@mwetter
Copy link
Contributor

mwetter commented Jan 29, 2018

For h and Xi, you could use the ideal heater or ideal humidifier, assuming this serves your purpose. For C, it may be best to put a similar class in Fluid.Sources.

@Mathadon
Copy link
Member Author

I was thinking about a model that allows to set all properties at once, since you can set all properties with Boundary_pT too. I'll at this to Fluid.Sources then!

@mwetter
Copy link
Contributor

mwetter commented Jan 29, 2018 via email

Mathadon added a commit that referenced this issue Apr 30, 2018
Mathadon added a commit that referenced this issue Apr 30, 2018
implemented allowFlowReversal
moved connector labels
for #881
Mathadon added a commit that referenced this issue May 22, 2018
@Mathadon
Copy link
Member Author

closed through #917

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

No branches or pull requests

2 participants