Skip to content

Commit

Permalink
Update doc/sphinx/user/extending/plugin-types/temp-bc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller authored Nov 4, 2024
1 parent 8f75110 commit 97b6282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/user/extending/plugin-types/temp-bc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ present) are responsible for describing the fields' values at those
parts of the boundary at which the temperature or composition is
fixed, as well as at inflow boundaries.

To implement a new a boundary conditions model for the temperature, you need to overload the
To implement a new boundary conditions model for the temperature, you need to overload the
`aspect::BoundaryTemperature::Interface` class and use the
`ASPECT_REGISTER_BOUNDARY_TEMPERATURE_MODEL` macro to register your new class.
The implementation of the new class should be in namespace
Expand Down

0 comments on commit 97b6282

Please sign in to comment.