Home
Andy Cai
Cancel

OpenFoam note2 physics

CFD background incompressible fluid Reynolds number The Reynolds number ((Re)) is a dimensionless quantity in fluid dynamics that predicts fluid flow patterns by comparing inertial forces to visc...

OpenFoam note1

system blockMeshDict blockMeshDict defines the configuration for generating mesh. usually include these items: FoamFile: metadata scale vertices blocks: hex, resolution, … boundary: bou...

EnergyPlus Doc1

IDF file When you use HVACTemplate objects (like HVACTemplate:Zone:VAV, HVACTemplate:Plant:HotWaterLoop, etc.), you’re giving EnergyPlus a high-level, shorthand model. The EnergyPlus pre-processor...

Nagi hardware and control

Hardware BoM and 3D printing follow xlerobot Assembly follow lekiwi assembly processes Control Requirements Install lerobot pip install 'lerobot[feetech]' To ssh into the robot, first check it...

Unitree Unitree B2-W EDU doc--Sensor Communication and SLAM

Sensor Communication The data flow in B2W is built on CycloneDDS which is the basis for ROS2. As I am more familiar with ROS1, here I show how to subscribe sensor messages using unitree_sdk2_python...

Unitree B2-W EDU doc--Setup and control

Connect to B2 Connect to B2 through App For the first time use, we need to bind the remote controller to the dog using App. Download the UnitreeExplore App, create an account using email. Powerin...

Columbia Ginsburg HPC Doc

Content login use conda to install packages login and initiate modules Refer to the official documentation significant modules that needs to be loaded module load anaconda/3-2023.09 ...

UBC ARC Sockeye Documentation

Use vscode to login Open a vscode interface, press Ctrl+Shift+P (Command+Shift+P for Mac) to open the search bar. In the search bar, search remote ssh, then click on new SSH connection Type...

Jetson Nano project template-environmental sensor

Content Introduction Installation of the sensor Code preparation Data collection and preprocessing Model training and inference Introduction In this tutorial, we will install and use a...

CS224W--Message passing, relational and iterative, collective classifiers

Content Message passing relational and iterative classifier collective classifier Reference message passing explanation https://wandb.ai/graph-neural-networks/spatial/reports/An-Introdu...