Views
No views yet
| Use Case | Description |
|---|---|
| Airfoil aerodynamic design | Rapidly predict two-dimensional external flow around airfoils to screen candidate geometries |
| Industrial simulation acceleration | Accelerate large-scale simulations using PDE surrogate modeling on complex geometries |
1hf download OneScience-Group/Transolver-Airfoil-Design --local-dir ./Transolver-Airfoil-Design
2cd Transolver-Airfoil-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.aiairfrans 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/airfrans --local-dir ./datapython scripts/train.py./weight/Transolver.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 |