Skip to content

Commit

Permalink
Clarify the type of gradients supported (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Jun 27, 2024
1 parent 172753f commit 374a016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This preCICE adapter is a plug-in (function object) for OpenFOAM, which can work
This adapter can read/write the following fields in a surface coupling setup:

- Temperature (read + write)
- Temperature gradient (read + write)
- Temperature surface-normal gradient (read + write)
- Heat flux (read + write)
- Sink temperature (read + write)
- Heat transfer coefficient (read + write)
Expand All @@ -24,9 +24,9 @@ This adapter can read/write the following fields in a surface coupling setup:
- Displacement (read + write)
- Displacement delta (read)
- Pressure (read + write)
- Pressure gradient (read + write)
- Pressure surface-normal gradient (read + write)
- Velocity (read + write)
- Velocity gradient (read + write)
- Velocity surface-normal gradient (read + write)
- Phase fraction (alpha) (read + write)
- Phase fraction (alpha) gradient (read + write)
- Phase flux (phi) (read + write)
Expand Down

0 comments on commit 374a016

Please sign in to comment.