You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the plot function here will just call the respective plotRadius and plotVolumeFraction functions.
Ideally, this should also involve opening up the API more so that the stored variables in the models are easily accessible and understood by the user. #11 has something like this for the precipitation module with the PrecipitationData in kawin.precipitation.PrecipitationParameters but currently doesn't store the PBM models (which are internal to the Eulerian KWN model). Something similar would be desired for the diffusion models where the user can retrieve the composition profile/flux/etc at a given time.
The text was updated successfully, but these errors were encountered:
Plotting, particularly for the precipitation models, is quite messy in kawin. I would eventually like the plotting code to be the following:
Currently, plotting in the precipitation modules works like the following:
But it would be better to have plotting work like:
If we want to retain the idea of a single plot function, we could have something like:
Where the
plot
function here will just call the respectiveplotRadius
andplotVolumeFraction
functions.Ideally, this should also involve opening up the API more so that the stored variables in the models are easily accessible and understood by the user. #11 has something like this for the precipitation module with the
PrecipitationData
inkawin.precipitation.PrecipitationParameters
but currently doesn't store the PBM models (which are internal to the Eulerian KWN model). Something similar would be desired for the diffusion models where the user can retrieve the composition profile/flux/etc at a given time.The text was updated successfully, but these errors were encountered: