precice/openfoam-adapter
Insonsistent data naming scheme across modules
Offen
#207 geöffnet am 18.11.2021
breaking-changegood first issue
Repository-Metriken
- Stars
- (171 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 54T 14h) (1 gemergte PR in 30 T)
Beschreibung
Stemming from https://github.com/precice/openfoam-adapter/pull/197#discussion_r724973150. Check the adapter documentation.
Currently expected name prefixes:
- CHT
TemperatureHeat-Flux(snake-case)Sink-TemperatureHeat-Transfer-Coefficient
- FSI
ForceStressDisplacementDisplacementDelta(CamelCase)
- FF (currently not documented :see_no_evil:)
PressurePressureGradient(CamelCase)VelocityVelocityGradient
This would be a breaking change (we would need to update the tutorials), so I would suggest that we choose one system and support both styles until v2.
In the contributing guidelines of preCICE we have already chosen the snake-case format. This would also be consistent with our precice-config.xml.
@DavidSCN what do you think?