-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from Project-OMOTES/validation_pipe_diameter_…
…sizing DOC: Validation pipe diameter sizing in rst file format
- Loading branch information
Showing
24 changed files
with
1,484 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bibliography | ||
============ | ||
|
||
.. bibliography:: | ||
:filter: cited | ||
:style: plain | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
@Book{Pothof2011, | ||
author = {Pothof, I.W.M.}, | ||
publisher = {Gildeprint Drukkerijen BV, Enschede}, | ||
title = {Co-current air-water flow in downward sloping pipes}, | ||
year = {2011}, | ||
isbn = {978-90-89577-018-5}, | ||
} | ||
|
||
@Article{Boehm2000, | ||
author = {Boehm, B.}, | ||
title = {On transient heat losses from buried district heating pipes}, | ||
year = {2000}, | ||
journal = {International journal of energy}, | ||
volume = {24}, | ||
pages = {1311-1334}, | ||
isbn = {978-90-89577-018-5}, | ||
} | ||
|
||
@Book{Mills1999, | ||
author = {Mills, A.F.}, | ||
publisher = {Prentice Hall, Inc.}, | ||
title = {Basic heat and mass transfer}, | ||
year = {1999}, | ||
edition = {2}, | ||
} | ||
|
||
@Book{Incropera1985, | ||
author = {Incropera, F.P. and D.P. De Witt}, | ||
publisher = {John Wiley & Sons inc.}, | ||
title = {Fundamentals of heat and mass transfer}, | ||
year = {1985}, | ||
edition = {2}, | ||
} | ||
|
||
@Misc{Dullemond, | ||
author = {Dullemond C.P. and Wang A.A.}, | ||
publisher = {Heidelberg University}, | ||
howpublished = {http://www.mpia.de/homes/dullemon/lectures/fluiddynamics/}, | ||
} | ||
|
||
|
||
@Book{ISSOPublicatie72012, | ||
author = {ISSO Publicatie 7}, | ||
publisher = {Stichting ISSO}, | ||
title = {Grondleidingen voor warmte en koude transport}, | ||
year = {2012}, | ||
isbn = {ISBN:978-90-5044-232-9}, | ||
} | ||
|
||
@Book{NEN-EN13941+A1, | ||
author = {NEN-EN 13941+A1}, | ||
publisher = {NEN}, | ||
title = {Ontwerp en installatie voor geïsoleerde buissystemen voor stadsverwarming}, | ||
year = {2010}, | ||
} | ||
|
||
@Book{Kuppan2013, | ||
author = {T. Kuppan}, | ||
publisher = {CRC Press}, | ||
title = {Heat exchanger design handbook}, | ||
year = {2013}, | ||
} | ||
@Article{Tukker2016, | ||
author = {M. Tukker and K. Kooij and I. Pothof}, | ||
journal = {Water Intelligence Online}, | ||
title = {Hydraulic Design and Management of Wastewater Transport Systems}, | ||
year = {2016}, | ||
month = {apr}, | ||
number = {0}, | ||
pages = {9781780407814--9781780407814}, | ||
volume = {15}, | ||
doi = {10.2166/9781780407814}, | ||
publisher = {{IWA} Publishing}, | ||
} | ||
|
||
@Book{Wylie1978, | ||
author = {Wylie, E.B. and Streeter, V.L.}, | ||
publisher = {McGraw-Hill International Book Co.}, | ||
title = {Fluid transients}, | ||
year = {1978}, | ||
} | ||
|
||
@Comment{jabref-meta: databaseType:bibtex;} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
numpy | ||
sphinx | ||
sphinx_rtd_theme | ||
numpy >= 1.22 | ||
sphinx == 7.1.2 | ||
sphinx_rtd_theme == 2.0.0 | ||
sphinxcontrib.bibtex >= 2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.