arthursoprana / flow-pattern-map

Jupyter Notebook with two-phase flow pattern map calculation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flow-pattern-map

Jupyter Notebook with two-phase flow pattern map calculation.

Please Contact to Dr. Ovadia Shoham by os@utulsa.edu or Dr. Eduardo Pereyra for more info about FlowPat.dll.

Installation

  • Download miniconda (python 3.X - 64bit).

      set CONDA_FORCE_32BIT=1
      conda env create
      activate py3_32bit
    

Before using the notebook

Disable Data Execution Prevention - DEP (Windows ONLY)

  1. Type cmd in the start search menu, right-click on it and select Run as Administrator.

  2. Once the command prompt is open, you can now disable Data Execution Prevention (DEP) by entering the following command line.

     bcdedit.exe /set nx AlwaysOff
    
  3. And don't forget to enable it back after using it (you may need to restart your machine),

     bcdedit.exe /set nx AlwaysOn
    

NOTE: Always remember to set CONDA_FORCE_32BIT=1 before activating env.

About

Jupyter Notebook with two-phase flow pattern map calculation.

License:MIT License


Languages

Language:Jupyter Notebook 96.7%Language:Python 3.3%