RealPDEBench / foil /channels.json
westlake-ai4s's picture
Trim speculative descriptions from channels.json; keep names + shapes only
b6ff712 verified
{
"scenario": "foil",
"real": {
"fields": [
{"key": "u", "shape": "(T, H, W)"},
{"key": "v", "shape": "(T, H, W)"}
]
},
"numerical": {
"fields": [
{"key": "u", "shape": "(T, H, W)"},
{"key": "v", "shape": "(T, H, W)"},
{"key": "p", "shape": "(T, H, W)"}
]
},
"note": "Each field is stored as a separate column in the Arrow dataset. Geometric parameters (angle of attack, Reynolds number) are stored in the *_params_*.json index files."
}