ana3AIMEC.aimecTools.analyzeMass

analyzeMass(fnameMass, simName, refSimName, resAnalysisDF, time=None)[source]

Analyse Mass data

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

  • simName (str) – simulation Name

  • refSimName (str) – reference simulation Name

  • 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