2D VPFM Leapfrog Vortex Simulation¶
- Task ID:
physics.vpfm_leapfrog - Domain:
physics - Subdomain:
computational_fluid_dynamics - Status:
final - Benchmark set:
seed42(60tasks) - Tags:
fluid_dynamics,vortex_methods,particle_methods,flow_maps,VPFM,APIC,midpoint_velocity
Runtime and requirements¶
- Estimated time:
20-50minutes - Python:
>=3.11 - Packages:
scipy>=1.11 - GPU required:
no - Network required:
no
Public input and output contract¶
Inputs¶
initial_u_x.npy(data): Initial x-velocity field on staggered MAC gridinitial_u_y.npy(data): Initial y-velocity field on staggered MAC grid
Outputs¶
simulation.py(code): Agent-generated simulation codevorticity_frames.npy(data): Vorticity snapshots at 5 snapshot frameskinetic_energy.npy(data): Total kinetic energy at each of n_frames+1 time points
Public repository files¶
Formal benchmark task directories in the public repository are metadata-only. Versioned prompts and inputs are distributed through the pinned benchmark dataset.
Provenance¶
This task is included in the current seed42 benchmark set at dataset revision f11a199f71fb4b854ac43a1bf548d5df519141a9.
This page is generated only from files tracked in the public ASI-Bench repository at commit f18382f03faf.
Submission bundles, run logs, private scoring configuration, and private reference answers are not read by this page generator.