Git Product home page Git Product logo

pipenostics's People

Contributors

omega1x avatar

pipenostics's Issues

Add temperature scale convertes

In utils family add temperature scale converters:

From Kelvin scale:

  • c_k() - to Celsius
  • f_k() - to Fahrenheit
  • r_k() - to Rankine

From Celsius scale:

  • k_c() - to Kelvin
  • f_c() - to Fahrenheit
  • r_c() - to Rankine

From Fahrenheit scale:

  • k_f() - to Kelvin
  • c_f() - to Celsius
  • r_f() - to Rankine

From Rankine scale:

  • k_r() - to Kelvin
  • c_r() - to Celsius
  • f_r() - to Fahrenheit

Reveal water-steam state properties

The next water-steam property calculations are used internally:

  • Specific isobaric heat capacity - according to IAPWS R7-97(2012)
  • Pressure on saturation curve - according to IAPWS R7-97(2012)
  • Specific volume - according to IAPWS R7-97(2012)
  • Dynamic viscosity - according to IAPWS R12-08

These calculations must be revealed as ordinary package functions.

Plug into `testthat`

Extract unit tests from Example sections of function docs to individual testthat tests.

Designate types in argument descriptions as in checkmate

Use the next notation for argument description as example:

x [any]
Object to check.

lower [numeric(1)]
Lower value all elements of x must be greater than or equal to.
finite [logical(1)]
Check for only finite values? Default is FALSE.

Add m325tracebwm()

Add prototyped m325tracebwm() for backward tracing when there is a lack of temperature and pressure sensors on terminal nodes

Normative temperature loss

On the basis of tdrop and m325nhl create tdropn - normative temperature loss as a function of heat carrier

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.