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

Added parameters for surface diffusion dependence #162

Open
wants to merge 107 commits into
base: dev
Choose a base branch
from

Conversation

angela-moser
Copy link

@angela-moser angela-moser commented Jul 25, 2024

I have added the parameters to allow surface diffusion dependence in the General Rate Model in the cadetAdapter and unitOperation files, which was discussed in this forum post. I copied the format of the original surface diffusivity parameter with the property and setter for all the new parameters, but am not sure if that was the correct way to do this as I am not familiar with these functions in python.

To do

  • Add surface dependence
  • Compare simulation results with "pure" CADET config files (manual test)
  • Add tests (wait until createLWE methods are merged into dev, i.e. wait until Add ports / MCT Model (new PR) #95 is merged).

ronald-jaepel and others added 30 commits June 18, 2024 21:13
Previously, there were two interfaces in the `OptimizationProblem` for calling evaluation functions (e.g. objectives): one for evaluating individuals, and one for populations.
To simplify the code base, these two methods were now unified.
To ensure backward compatibility, a 1D-Array is returned if a single individual is passed to the function.
Previously, the cadet path set in Cadet(install_path="path") was not inherited into cadet instances created from the run() method.
Fix and extend tests about .calculate_interstitial_rt/velocity
Previously, this was required because CADET-Core was not setting the
PATH correctly.
Now, this can lead to inconsistent behaviour.
Note, this requires CADET>4.4.0
Recently, the option to (not) plot the time axis using minutes was
introduced.
This commit fixes some methods that were not properly implemented.
Moreover, the name of the flag was changed from `use_minutes` to
`x_axis_in_minutes` to make clear that only plotting is affected and not
other parameter values (e.g. start and end times).
Updates and Fixes plot_at_position by adding start, end and
x_axis_in_minutes as parameters in solution.py
flo-schu and others added 2 commits December 2, 2024 13:39
The CITATION.bib file serves as an collection of papers that we like to
have cited when CADET-Process is used. Further, it is recognized by
Github and added to the sidebar of the repo.
@schmoelder schmoelder force-pushed the dev branch 2 times, most recently from 968b3c5 to 220ab30 Compare December 4, 2024 15:31
@schmoelder schmoelder force-pushed the dev branch 3 times, most recently from da1535b to 30ed98e Compare December 4, 2024 15:46
@schmoelder schmoelder force-pushed the dev branch 2 times, most recently from ec3c474 to 7efe9e7 Compare December 4, 2024 16:30
schmoelder and others added 8 commits December 4, 2024 17:39
This is now handled by CADET-Python
CADET-Core now returns a 1D Vector (instead of a 2D where the second
dimension happens to only have one entry).
Adds n_par = 1 and ncol = 1 as test cases in test_cadet_adapter.
@schmoelder schmoelder force-pushed the dev branch 3 times, most recently from 7997121 to 35e0c67 Compare December 4, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants