Surface Variable Prediction Tutorial¶
This tutorial demonstrates how to run the surface variable prediction pipeline on the publicly available AhmedML Dataset, which contains computational fluid dynamics (CFD) simulations for a vehicle geometry.
Surface variable prediction is used to predict surface variable values of 3D geometry meshes. In computational fluid dynamics (CFD), examples of common surface variables are pressure (or pressure coefficient) and wall shear stress (or skin friction coefficient).
The tutorial is divided into three parts.
First, we’ll download the data necessary for surface variable prediction.
Second, we train a surface variable prediction model on the AhmedML Dataset, including data preparation, model training, and evaluating the trained model’s performance.
Third, we use the trained model to predict surface variable values for new, unseen geometries without ground truth simulation data.
By following these tutorials, you’ll learn how to:
Access the subset of data required for this use case
Create data manifests for the AhmedML dataset
Configure and run the surface variable prediction pipeline for training and prediction
Interpret the training and prediction results, including metrics
Apply the trained model to predict surface variable values for new geometries
For more detailed information on the surface variable prediction use case, including how to build a model, configuration options, and advanced topics, refer to the surface variable prediction user guide documentation.
Let’s get started.