festim-dev / festim-dev/FESTIM
Export the reaction rate of a `SurfaceReactionBC`
Open
enhancement
- Dominant language
- Python
- Stars
- 135
- Forks
- 45
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 14
Description
The same way we have a convenience export for reaction rate in the bulk (see https://github.com/festim-dev/FESTIM/pull/1127) we should have the same thing for `SurfaceReactionBC`.
Proposed usage
```python
forward_reaction_rate = F.ReactionRateFlux(
reaction=my_model.boundary_conditions[0],
direction="forward",
)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.