ana3AIMEC.aimecTools.analyzeMass

analyzeMass(fnameMass, simRowHash, refSimRowHash, resAnalysisDF, time=None)[source]

analyze Mass data

Parameters
  • fnameMass (str) – path to mass data to analyze

  • simRowHash (str) – simulation dataframe hash

  • refSimRowHash (str) – dataframe hash (not simHash) of the simulation used as reference

  • resAnalysisDF (dataFrame) – results from Aimec Analysis to update with mass info

  • time (None or 1D numpy array) – None at the first call of the function, then a 1D array that will be used to analyze all other mass results

Returns

resAnalysisDF

results from Aimec Analysis updated with mass inifo:
relMass: float

release mass

entMass: float

entrained mass

finalMass: float

final mass

relativMassDiff: float

the final mass diff with ref (in %)

growthIndex: float

growth index

growthGrad: float

growth gradient

entMassFlowArray: 1D numpy array

entrained mass function of time

totalMassArray: 1D numpy array

total mass function of time

time: 1D numpy array

time array for mass analysis

Return type

dataFrame