Skip to content
Snippets Groups Projects
Commit aa07a85d authored by Shuang Chen's avatar Shuang Chen
Browse files

[BHE/2U] add description for power type BHE boundary condition

parent 843cb97e
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
<borehole_heat_exchanger> <borehole_heat_exchanger>
<type>2U</type> <type>2U</type>
<flow_and_temperature_control> <flow_and_temperature_control>
<!-- if power type boundary conditions are selected, the related
power value should be set with half of the presumed BHE power-->
<type>TemperatureCurveFlowCurve</type> <type>TemperatureCurveFlowCurve</type>
<flow_rate_curve>flow_rate</flow_rate_curve><!-- flow rate within each U-pipe --> <flow_rate_curve>flow_rate</flow_rate_curve><!-- flow rate within each U-pipe -->
<temperature_curve>inflow_temperature</temperature_curve> <temperature_curve>inflow_temperature</temperature_curve>
......
...@@ -139,13 +139,15 @@ Here is an example using `TemperatureCurveConstantFlow`. ...@@ -139,13 +139,15 @@ Here is an example using `TemperatureCurveConstantFlow`.
</flow_and_temperature_control> </flow_and_temperature_control>
``` ```
For 2U-type BHE configuration, the flow rate in < flow_and_temperature_control > indicates the flow rate within each U-pipe.
When a fixed power or power curve is imposed on a 2U-type BHE, the given value in < flow_and_temperature_control > or in the related power curve should be speficed with half of the user's presumed entire borehole exchanger power.
### < grout > ### < grout >
The thermal properties of the grout material is defined here. The thermal properties of the grout material is defined here.
* /density/: density of grout which has the unit of $\mathrm{kg/m^{3}}$; * /density/: density of grout which has the unit of $\mathrm{kg/m^{3}}$;
* /porosity/: porosity of grout which is dimensionless; * /porosity/: porosity of grout which is dimensionless;
* /heat_capacity/: heat capacaity of grout which has the unit of $\mathrm{J·kg^{-1} K^{-1}}$; * /specific_heat_capacity/: specific heat capacity of grout which has the unit of $\mathrm{J·kg^{-1} K^{-1}}$;
* /thermal_conductivity/: thermal conductivity of grout which has the unit of $\mathrm{W·m^{-1} K^{-1}}$. * /thermal_conductivity/: thermal conductivity of grout which has the unit of $\mathrm{W·m^{-1} K^{-1}}$.
Here is an example how the typical parameters of borehole grout looks like. Here is an example how the typical parameters of borehole grout looks like.
...@@ -154,7 +156,7 @@ Here is an example how the typical parameters of borehole grout looks like. ...@@ -154,7 +156,7 @@ Here is an example how the typical parameters of borehole grout looks like.
<grout> <grout>
<density>2190.0</density> <density>2190.0</density>
<porosity>0.0</porosity> <porosity>0.0</porosity>
<heat_capacity>1735.1</heat_capacity> <specific_heat_capacity>1735.1</specific_heat_capacity>
<thermal_conductivity>0.73</thermal_conductivity> <thermal_conductivity>0.73</thermal_conductivity>
</grout> </grout>
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment