Skip to main content

Joint-thermoregulation system, JOS-3

Project description

JOS-3

JOS-3 is a model to simulate a human thermoregulation.

Its python package name is "jos3".

The model has been derived from 65MN https://doi.org/10.1016/S0378-7788(02)00014-2 and JOS-2 https://doi.org/10.1016/j.buildenv.2013.04.013 model.

Please cite us if you use this package : Y. Takahashi, A. Nomoto, S. Yoda, R. Hisayama, M. Ogata, Y. Ozeki, S. Tanabe,Thermoregulation Model JOS-3 with New Open Source Code, Energy & Buildings (2020), doi: https://doi.org/10.1016/j.enbuild.2020.110575

Requirement

  • python 3
  • numpy

Installation

pip install jos3

or

pip install git+https://github.com/TanabeLab/JOS-3.git

Usage

import pandas as pd
import jos3

model = jos3.JOS3(height=1.7, weight=60, age=30)  # Builds a model

# Set the first condition
model.To = 28  # Operative temperature [oC]
model.RH = 40  # Relative humidity [%]
model.Va = 0.2  # Air velocity [m/s]
model.PAR = 1.2  # Physical activity ratio [-]
model.simulate(60)  # Exposre time = 60 [min]

# Set the next condition
model.To = 20  # Changes only operative temperature
model.simulate(60)  # Additional exposre time = 60 [min]

df = pd.DataFrame(model.dict_results())  # Make pandas.DataFrame
df.TskMean.plot()  # Show the graph of mean skin temp.

result

Author

License

jos3 is under MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jos3-0.0.5.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jos3-0.0.5-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

Details for the file jos3-0.0.5.tar.gz.

File metadata

  • Download URL: jos3-0.0.5.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9

File hashes

Hashes for jos3-0.0.5.tar.gz
Algorithm Hash digest
SHA256 8cf81e553a65382bff4a4beb9dba661e2adb15a8299b7c71ec99b9ddbb98fa5b
MD5 83a7d6e8c9dd4a30276885936dee5494
BLAKE2b-256 2e06c29b0a09b2f3df8e3665b723798e4f4eb35c7ab472ff46fc9bbf124b76bb

See more details on using hashes here.

File details

Details for the file jos3-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: jos3-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 24.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9

File hashes

Hashes for jos3-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 cd6a88c08da18ab6540b95f30c378c586b5b875df1e937f2b6a3faa940bf321e
MD5 505b173435e3753b506ac27521ebe359
BLAKE2b-256 c5dc9ca0dd890c61ee44a57f7988bc3b8fc58f3583756043d31f272e803f7acc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page