PPolySim OS

Meshing + Boundary Conditions

Set up a heat-conduction problem the way an engineer does: paint hot and cold boundary conditions and insulating walls onto the domain, then watch it relax to steady state.

Meshing + BC Editor — Steady HeatLive

Controls

Paint boundary conditions on the domain and watch it relax to steady state. Left edge is hot, right is cold by default.

Presets

▶ Run in Python

Data Inspector

Grid100×100
SolverGauss-Seidel
Residual0.00e+0
Statussteady

Governing equation

Reading this result: At steady state ∇²u=0 means every interior cell equals the average of its four neighbors, so heat spreads smoothly between the fixed hot and cold edges.

Runs locally in your browser — free forever. Scale to the cloud when reality gets heavy.

or unlock everything with Pro →
★ Sign in to save this setup
Save your tuned setup, or drop this simulation into your own site, docs, or course page.

How it works

The domain is discretized into a grid of cells. Cells you mark hot or cold become Dirichlet boundary conditions; walls are excluded from the solve. The steady-state temperature field is found by Gauss-Seidel relaxation of Laplace's equation (∇²u = 0) until the residual converges — the foundation of finite-element and finite-difference heat analysis.

Ask the AI about this model

The math, the assumptions, real-world uses, or a code translation — explained for this exact simulation.

More Engineering simulations

Frequently asked questions

Is this finite element meshing tool really free?
Yes. Meshing + Boundary Conditions runs entirely in your browser using your device's own compute, so local use is free forever. You only pay Compute Tokens if you scale a job to the cloud.
Do I need to install anything?
No. Everything runs client-side in a modern browser — no downloads, no license, no account required to start.
Can I save or share my simulation?
Create a free account to save projects, and use a shareable embed or minted DOI to publish a live, interactive version anywhere.
How accurate are the results?
The solver uses established numerical methods, but results are for research and educational purposes and should be validated against experiment or professional review before you rely on them.