R134a example medium#105
Conversation
|
@thorade sorry for not giving you feedback earlier. This sounds good, maybe we could also add the native (non-tabular) medium definition? |
|
@casella Sure, I added that as well now. |
3c8e1d7 to
d65bc26
Compare
WalkthroughThis update adds three new packages to the Changes
Sequence Diagram(s)sequenceDiagram
participant SE as Simulation Engine
participant RCP as R134aCoolProp
participant RCPB as R134aCoolPropBicubic
participant RCPT as R134aCoolPropTaylor
participant Base as ExternalMedia.Media.CoolPropMedium
SE->>RCP: Instantiate R134aCoolProp model
RCP->>Base: Inherit initialization & properties (standard data)
SE->>RCPB: Instantiate R134aCoolPropBicubic model
RCPB->>Base: Inherit initialization & properties (tabulated data with bicubic interpolation)
SE->>RCPT: Instantiate R134aCoolPropTaylor model
RCPT->>Base: Inherit initialization & properties (tabulated data with TTSE interpolation flag)
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
normal Helmholtz, bicubic interpolation, TTSE
|
I added one more example, so now there are three variants of R134a. |
it might be nice to add R134a as predefined medium, because it also exists in MSL so it can be used for comparison and benchmarking
Summary by CodeRabbit