Skip to content

Refactor FoamVariables to handle MultiphaseEuler solver cleanly - #137

Open
mattfalcone1997 wants to merge 31 commits into
aurora-multiphysics:mainfrom
mattfalcone1997:refactor-wall-quantities
Open

mattfalcone1997 wants to merge 31 commits into
aurora-multiphysics:mainfrom
mattfalcone1997:refactor-wall-quantities

Conversation

@mattfalcone1997

Copy link
Copy Markdown
Collaborator

Summary

OpenFOAM can run with physics that are substantially different from the typical single-phase flow solvers used in Hippo so far. Of particular interest are multiphase flows, where quantities such as wall temperature cannot be readily extracted from the normal temperature field T. This PR creates WallQuantity classes for different flow physics, so that quantities such as wall temperature, wall heat flux and HTC can be abstracted from the variables and are selectable in the input file using MooseEnums. This class supersedes the existing HTC PR #116.

Related Issue

Resolves #115

Checklist

  • Tests have been written for the new/changed behaviour.
  • Documentation/examples have been added/updated for the new changes.

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.

Implement HTC-based coupling for conjugate heat transfer

1 participant