poreana.utils¶
Here popular basic methods are noted.
Functions
|
Convert given row list matrix into column list matrix |
|
This function converts an output directory in txt file. |
|
Load pickled object files, yaml files, and hd5 files. |
|
Create directory if it does not exist. |
|
Convert the concentration \(\frac{\text{mmol}}{\text{g}}\) to \(\frac{\mu\text{mol}}{\text{m}^2}\). |
|
Convert the concentration in \(\frac{\text{mmol}}{\text{l}}\) to number of molecules. |
|
Convert the number of molecules to concentration in \(\frac{\text{mmol}}{\text{l}}\). |
|
Convert the number of molecules to concentration in \(\frac{\mu\text{mol}}{\text{m}^2}\). |
|
Convert the concentration in \(\frac{\mu\text{mol}}{\text{m}^2}\) to number of molecules. |
|
Convert number density \(\rho \left(\frac{\text{#}}{\text{nm}^3}\right)\) into mass density \(\rho_{\text{m}} \left(\frac{\text{kg}}{\text{m}^3}\right)\) from the dictonary from function |
|
Save an object files, yaml files, and hd5 files using pickle in the specified link. |
|
MATLAB tic replica - return current time. |
|
MATLAB toc replica - return time difference to tic and alternatively print a message. |