-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
53 lines (45 loc) · 2.33 KB
/
README.txt
File metadata and controls
53 lines (45 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
===============================================================================
UnityWindSimulation
===============================================================================
DESCRIPTION
-----------
A GPU-based urban wind simulator built using Unity Compute Shaders. This
project leverages the Unity High Definition Render Pipeline (HDRP) for
high-performance computation and visualization.
SYSTEM REQUIREMENTS & TESTING ENVIRONMENT
-----------------------------------------
- Operating System : Windows 11
- Unity Engine : Version 6000.3.2f1 (HDRP)
Tested Hardware:
- CPU : Intel Core Ultra 9 185H
- GPU : NVIDIA GeForce RTX 4070 Laptop
* Note: Because the core simulation relies heavily on Compute Shaders, a
discrete/dedicated GPU is strongly recommended for optimal performance.
INSTALLATION
------------
1. Ensure Unity version 6000.3.2f1 is installed on your system.
2. Clone the repository to your local machine using Git:
git clone git@github.com:puppy2333/UnityWindSimulation.git
3. Open the cloned project folder in the Unity Editor.
(Note: The initial opening and asset import process might take some time.)
USAGE INSTRUCTIONS
------------------
1. Load Scene : In the Unity Editor, navigate to and load the main scene
named "OutdoorsScene.unity".
2. General Settings: Select the "FvmControllerGO" object in the Hierarchy
window to modify general solver settings.
3. Sim Settings : Modify the detailed simulation parameters in scripts
located in the "Assets/Code/Config" folder.
4. Run Simulation : Click the "Play" button at the top center of the Unity
Editor to start the simulation.
5. UI & Controls : Further operating instructions and interactive controls
are displayed directly on the screen during gameplay.
RESULTS & VALIDATION
--------------------
1. Unity Settings : The configuration file used to produce comparison
results is located in
"Assets/Code/Config/AijBuilding0NonUniform".
2. OpenFOAM Settings: The corresponding OpenFOAM case setup, used as the
baseline for validation and comparison, is provided in
the dictionary "OpenFOAMSetting".
================================================================================