PorousFlowPolyLineSink - specify injection temperature #26272
Replies: 2 comments 1 reply
-
These are documented on this page: |
Beta Was this translation helpful? Give feedback.
-
I don't think you can set a specific temperature for any kind of line object. Their value is always determined for a specific area/volume. Therefore a flux (e.g. energy) is needed to normalize the value over the area. I also doubt that this assumption is realistic. Let's start with a borehole. We know the temperature of the fluid at the top of the open borehole. This temperature then rises to the bottom of the borehole (or to reservoir temperature)depending on the rock properties. In modeling, a temperature at a point (open top hole) is often specified as Dirichlet-BC assuming a certain fluid flow. If you want to have a certain temperature a long a line, I would use the PorousFlowPolyLineSink for fluid flux only. For temperature I would define the line of interested as Nodeset (e.g. using BoundingBoxNodeSetGenerator) and add a Dirichlet-BC for temperature. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
How can I inject fluid at a certain temperature using PorousFlowPolyLineSink?
Or is there any DiracKernel for a line source where injection temperature can be specified?
Thank you,
Anup
Beta Was this translation helpful? Give feedback.
All reactions