Git Product home page Git Product logo

if97's Introduction

IF97 - water and steam properties

Steam tables for industrial use according to the international standard for the properties of water and steam, the IAPWS-IF97 formulation and the international standards for transport and other properties.

Use:

package main

import (
	"fmt"

	"if97.com/cmd/lib/IF97"
)

func main() {
	var if97 = IF97.New(1)
	p,err:=if97.SaturationTemperatureP(20) //MPa cuz unit system is 1 -> IF97.New(1), T in Kelvins
	fmt.Print(p,err) //638.8959115457051 <nil>
}

Default unit system is

{
    "MPa",
	"K",
	"m³/kg",
	"kJ/(kg·K)",
	"kJ/(kg·K)",
	"kg/m³",
	"Pa·s",
	"m²/s",
	"m²/s",
	"kJ/kg",
	"kJ/kg",
	"kJ/(kg·K)",
	"W/(m·K)",
	"μm",
	"kJ/kg",
	"kJ/kg",
	"",
	"1/K",
	"m²/s",
	"1/MPa",
	"m/s",
	"N/m",
}

Read docs for more explanation.

if97's People

Contributors

alexnatrix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.