-
Notifications
You must be signed in to change notification settings - Fork 2
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
Model exhaust air removal between glazing and air-permeable interior roller blind #172
Comments
@christoph-maurer Having additional solver is great for us. However, in order for this to be accepted in WCE main branch, it must compile and work under Windows, MacOS and Ubuntu. You can actually see that automated tests are already set up. Second thing is that external projects should be added through CMake. For example, WCE is using GTest as external project: Windows-CalcEngine/CMakeLists.txt Lines 66 to 88 in 3929d68
I have another project where I use eigen as externa project: https://github.com/LBNL-ETA/HygroThermFEM Question for @RDmitchell and @dccurcija if it is ok to give @christoph-maurer and @simon-wacker access to HygroThermFem (https://github.com/LBNL-ETA/HygroThermFEM) so they can see an example on how is that done there? |
It seem that ceres also have github: |
In #144 , @vidanovic @simon-wacker and @christoph-maurer have implemented the option to define a constant forced convection in a gap. This serves well for exhaust air removal between a glazing and an interior roller blind which is not permeable for air.
As discussed with @dccurcija and @vidanovic , Fraunhofer ISE wants to develop a model for exhaust air removal between a glazing and an air-permeable interior roller blind. A thermal-pneumatic network needs to be developed to determine the air flow through the blind and the vertical distribution of the temperatures in the gap and the blind. For this network, we probably need a very good solver. Therefore, the Ceres solver is planned to be integrated in #171 .
The text was updated successfully, but these errors were encountered: