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

Integrate Solution in oneD objects #1345

Merged
merged 12 commits into from
Sep 5, 2022

Conversation

ischoegl
Copy link
Member

@ischoegl ischoegl commented Jul 29, 2022

Changes proposed in this pull request

  • Create StFlow objects from Solution
  • Make nomenclature for Transport::transportModel consistent

The PR excludes clib/ctonedim, where Solution is currently completely absent.

If applicable, fill in the issue number this pull request is fixing

Preliminary work for Cantera/enhancements#137

If applicable, provide an example illustrating new features this pull request is introducing

Checklist

  • The pull request includes a clear description of this code change
  • Commit messages have short titles and reference relevant issues
  • Build passes (scons build & scons test) and unit tests address code coverage
  • Style & formatting of contributed code follows contributing guidelines
  • The pull request is ready for review

@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch 3 times, most recently from ff0665a to b4ef404 Compare July 29, 2022 23:34
@ischoegl ischoegl requested a review from a team July 29, 2022 23:56
@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch 3 times, most recently from c5e0c83 to 3c9463b Compare July 30, 2022 16:19
@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch from 3c9463b to 0e42b69 Compare August 2, 2022 04:01
Copy link
Member

@bryanwweber bryanwweber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ischoegl I have a couple minor suggestions here. I'm not sure of the implementation details, so I think @speth will need to review that part.

include/cantera/oneD/Domain1D.h Outdated Show resolved Hide resolved
include/cantera/oneD/StFlow.h Outdated Show resolved Hide resolved
include/cantera/transport/Transport.h Outdated Show resolved Hide resolved
interfaces/cython/cantera/_onedim.pyx Outdated Show resolved Hide resolved
@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch from 81cfbd9 to 0111336 Compare August 6, 2022 12:00
@ischoegl ischoegl requested a review from speth August 6, 2022 18:13
@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch 2 times, most recently from a9918c5 to 88f514a Compare August 7, 2022 02:15
@ischoegl
Copy link
Member Author

ischoegl commented Aug 7, 2022

Rebased to latest main.

Copy link
Member

@speth speth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks pretty good to me, @ischoegl. My main question is about the necessity of the StFlow::m_trans_shared object.

src/oneD/IonFlow.cpp Show resolved Hide resolved
include/cantera/oneD/IonFlow.h Outdated Show resolved Hide resolved
@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch from 88f514a to 2957c95 Compare September 4, 2022 02:26
@ischoegl
Copy link
Member Author

ischoegl commented Sep 4, 2022

@speth ... thank you for the review!

@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch 2 times, most recently from 090ed85 to 781c8c2 Compare September 4, 2022 02:50
@ischoegl ischoegl force-pushed the preamble-to-native-solutionarray branch from 781c8c2 to 1f34cfe Compare September 4, 2022 02:51
@bryanwweber bryanwweber merged commit e3080ed into Cantera:main Sep 5, 2022
@ischoegl ischoegl deleted the preamble-to-native-solutionarray branch September 5, 2022 17:30
@ischoegl ischoegl mentioned this pull request Sep 5, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

3 participants