Skip to content

NERD-cpu/flow-pattern-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 96.7%
  • Python 3.3%