Add SolidBodySurfaceConvection - #1093
Open
AGeissler wants to merge 93 commits into
Open
Conversation
…ugh. Needs plots added next.
* main_fork: docs: Use `thermal.SolidBodySurfaceHeatTransfer` Thermal domain - adapt name of surface heat transfer class (adtzlr#1053)
* main_fork: (31 commits) Update ex13_morph-rubber-wheel.py Update ex13_morph-rubber-wheel.py Update ex13_morph-rubber-wheel.py Update _contact.py Update ex13_morph-rubber-wheel.py Update _contact.py Update _contact.py Update _contact.py Update _contact.py Update _contact.py Update test_contact.py Update test_contact.py Update _contact.py Update _contact.py Update _contact.py Update _contact.py Update _contact.py Update _contact.py Update _contact.py Enhance matrix of `ContactRigidPlane` (adtzlr#1071) ...
* main_fork: Add adaptive multipliers for `ContactRigidPlane` (adtzlr#1072)
… however, newtonraphson() not converging (=> pytest error).
* main_fork: Add `ProgressPlugin` for `Job` (adtzlr#1076) Rebase `CharacteristicCurve` on plugin (adtzlr#1075) Update mechanics.rst Add `CharacteristicCurvePlugin` for a `Job` (adtzlr#1074) Add `Job(..., plugins=None)` (adtzlr#1073)
…rizontal plate w/ heat flow upwards. Not working yet, the function call does not seem to work at runtime.
* main_fork: Enhance `newtonraphson()` in case of NaN (adtzlr#1091) Update .readthedocs.yaml Update .readthedocs.yaml Update ex07_engine-mount.py Update extut02_job.py Update extut02_job.py Update README.rst Update README.md Update _neo_hooke_compressible.py Update CHANGELOG.md Update README.md Change description to open infrastructure Add `CharacteristicCurvePlugin.to_arrays()` (adtzlr#1088)
…nts used do not seem to be correct.
…eric" packages). Not working, yet.
…obably with mesh). Refactor mesh generation - not quite working yet, code save.
…undary mesh identification for 'pipes'.
…properties. Masking still not working correctly.
…e heat transfer does not work, reason unclear!
…at transfer" can be viewed as O.K.
…t sure, if best location ...). Not working yet, "not found".
… code as expected.
…icient as result. Seems to work.
…odels. Seems to work.
…lues for top/bottom of plate (missing switch!).
…c are now different for top and bottom sides, as expected.
…is used, not tested.
Owner
|
Dear @AGeissler, thank you so much for sharing your ideas & your implementation! I'll definitly have a look on this. Unfortunately, my free time is still limited. Once again, sorry for the delay. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add class
SolidBodySurfaceConvectionfor optional use of detailed surface convection coefficient calculation. Add classFreeConvectionwith members covering horizontal plate convection as example. Add example 23 using both detailed radiation and convection coefficients.Possible issues: