Views
No views yet
| Use Case | Description |
|---|---|
| Automotive aerodynamic design | Rapidly predict external-flow velocities and surface pressures around vehicles |
| CFD surrogate modeling | Approximate fluid simulation on complex unstructured meshes with a neural network |
| Simulation acceleration | Provide a lightweight evaluation pipeline for large-scale candidate design screening |
1hf download OneScience-Group/Transolver-Car-Design --local-dir ./Transolver-Car-Design
2cd Transolver-Car-Design1# Activate DTK and Conda first
2conda create -n onescience311 python=3.11 -y
3conda activate onescience311
4# Installation with uv is also supported
5pip install onescience[cfd-dcu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.ai1# Activate Conda first
2conda create -n onescience311 python=3.11 -y libstdcxx-ng=12 libgcc-ng=12 gcc_linux-64=12 gxx_linux-64=12
3conda activate onescience311
4# Installation with uv is also supported
5pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.aiShapeNetCar dataset for training. Download it with the command below and verify that the data path in config/config.yaml is configured correctly:hf download --repo-type dataset OneScience-Group/ShapeNetCar --local-dir ./datapython scripts/train.pyTransolver_plus.pth under weight/:./weight/Transolver_plus.pthweights/ directory. The weights will be uploaded soon.python scripts/inference.pypython scripts/result.py| Platform | OneScience Repository | Skills Repository |
|---|---|---|
| Gitee | https://gitee.com/onescience-ai/onescience | https://gitee.com/onescience-ai/oneskills |
| GitHub | https://github.com/onescience-ai/OneScience | https://github.com/onescience-ai/oneskills |