summaryrefslogtreecommitdiff
path: root/Utilib/src/b23.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilib/src/b23.h')
-rw-r--r--Utilib/src/b23.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/Utilib/src/b23.h b/Utilib/src/b23.h
new file mode 100644
index 0000000..afe61e1
--- /dev/null
+++ b/Utilib/src/b23.h
@@ -0,0 +1,28 @@
+/*
+freesteam - IAPWS-IF97 steam tables library
+Copyright (C) 2004-2005 John Pye
+
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2
+of the License, or (at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
+#ifndef FREESTEAM_B23_H
+#define FREESTEAM_B23_H
+
+#include "common.h"
+
+FREESTEAM_DLL double freesteam_b23_p_T(double T);
+FREESTEAM_DLL double freesteam_b23_T_p(double p);
+
+#endif
+