Buckets:
| import pickle | |
| # Charger la simulation sauvegardée | |
| with open('sim_taylor_green.pkl', 'rb') as f: | |
| sim = pickle.load(f) | |
| print("Simulation Taylor-Green chargée") | |
| print(f"Énergie finale: {sim.output.spatial_means.load_mean('E')[-1]:.6f}") | |
| # Analyser l'énergie | |
| energy = sim.output.spatial_means.load_mean('E') | |
| print(f"Énergie initiale: {energy[0]:.6f}") | |
| print(f"Énergie finale: {energy[-1]:.6f}") | |
| print(f"Énergie conservée: {(energy[-1]/energy[0]*100 if energy[0] != 0 else 0):.1f}%") |
Xet Storage Details
- Size:
- 493 Bytes
- Xet hash:
- 2ed1d6d394dfbdd282ccefe9a18ff1b5e2082a2378c35e8e01693982a719af79
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.