コード例 #1
0
ファイル: profiles.py プロジェクト: jbarakat/ves_tapered
from readProfiles import readProfiles
from plotProfiles import plotProfiles
from matplotlib import pyplot as plt

(STR,vL, epsL, CaL, xL, yL) = readProfiles()
plotProfiles(STR, vL, epsL, CaL, xL, yL)
コード例 #2
0
ファイル: profiles.py プロジェクト: jbarakat/ves_lub_highCa
from readProfiles import readProfiles
from plotProfiles import plotProfiles
from matplotlib import pyplot as plt

(STR,vL, epsL, CaL, xL, yL, vH, epsH, xH, yH) = readProfiles()
plotProfiles(STR, vL, epsL, CaL, xL, yL, vH, epsH, xH, yH)
コード例 #3
0
ファイル: profiles.py プロジェクト: jbarakat/ves_tapered
from readProfiles import readProfiles
from plotProfiles import plotProfiles

(redvol, tubrad, flux, pdrop, s, x, r, p, gam, tau) = readProfiles()
plotProfiles(redvol, tubrad, flux, pdrop, s, x, r, p, gam, tau)
コード例 #4
0
ファイル: profiles.py プロジェクト: jbarakat/ves_lub_highCa
from readProfiles import readProfiles
from plotProfiles import plotProfiles
from matplotlib import pyplot as plt

(STR, v, eps, Ca, xL, yL, xH, yH) = readProfiles()
plotProfiles(STR, v, eps, Ca, xL, yL, xH, yH)