NutMEG.environment package

Submodules

NutMEG.environment.environment module

This is the environment module, kept seperate from the reaction module for clarity, though the two really do depend on each other. For now, any changes that a reaction makes on its environment will be contained in the reaction module and simply update our environment.

@author P M Higgins @date 10/2017 @version 0.0.1

class NutMEG.environment.environment.environment(T=298.15, V=0.001, P=101325.0, V_RTP=None, P_RTP=None)

Bases: object

Class to keep our environment parameters all in one place for use in various reactions. In its current form, this is a class of convenience i.e. it doesn’t really do anything — just stores all the physical variables of the world enclosed by volume V takes place in. This may well change in the future though.

SI units are used throughout.

P = None
P_RTP = None
T = None
T_RTP = 298.15
V = None
V_RTP = None

Module contents