Skip to content

Commit

Permalink
Finish the script for plot APD over a line
Browse files Browse the repository at this point in the history
  • Loading branch information
bergolho committed Apr 26, 2019
1 parent 9da5ee2 commit d6a5571
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 10,101 deletions.
8 changes: 7 additions & 1 deletion scripts/calc_apd_specific_cells/calc_apd_specific_cells.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# ============================================================================================================
# Author: Lucas Berg
#
# Program that calculates the APD of every cell in the grid by passing a certain percentage.
# Program that calculates the APD of specific cells in the grid by passing a file with indexes
# from the desired cells and a certain percentage for the APD.
# e.g: APD_90 --> percentage = 90
# APD_80 --> percentage = 80
# APD_70 --> percentage = 70
#
# This program also works with multiples AP's !
#
# IMPORTANT: This program must be used together 'cell_position_calculator_over_a_line' and only works
# with a plain mesh.
# ============================================================================================================

import sys
import subprocess
Expand Down
100 changes: 0 additions & 100 deletions scripts/calc_apd_specific_cells/output/cells-apd-inside-region.txt

This file was deleted.

Loading

0 comments on commit d6a5571

Please sign in to comment.