Everyday workflow
Keep the basics close.
- New project
- ⌘/Ctrl + N
- Open project
- ⌘/Ctrl + O
- Save project
- ⌘/Ctrl + S
- Solve equations
- ⌘/Ctrl + Enter
Thistle support
Learn the essentials, solve common problems, and reach the people who build Thistle.
Getting started
Thistle solves equations simultaneously, so you can describe the system naturally instead of rearranging every expression by hand. It automatically provides initial guesses and, when you choose implicit units, applies units to every variable. If a problem does not converge, review and update the guesses before solving again.
Put one equation on each line in the editor.
Review the guesses, physical bounds, and units for variables.
Choose Solve or press ⌘/Ctrl + Enter.
Review residuals, units, assumptions, and physical meaning.
Everyday workflow
Equation syntax
x + y = 10Equations are solved simultaneously.T = 300 |K|Units appear between vertical bars.// noteDouble slashes begin a comment.T[1] = 300Brackets create indexed variables.Working examples
Copy these patterns into Thistle and adapt the values to your own problem.
Solve two equations simultaneously.
x + y = 10
x - y = 2
Attach engineering units directly to values.
P = 101.325 |kPa|
V = 0.5 |m^3|
T = 300 |K|
Call built-in fluid-property functions.
P = 100 |kPa|
T = 373.15 |K|
h = h_pt('Water', P, T)
Troubleshooting
Most solver problems come down to equation balance, units, or a starting point that is too far from the solution.
Frequently asked questions
Desktop project files are stored only where you choose to save them. Thistle does not require an account or upload your equations to Praxik.
Check that the number of independent equations matches the number of unknowns. Then review units, starting guesses, bounds, and whether the equations describe a physically possible state.
Use .eqs project files to preserve equations, guesses, bounds, and units. Plain .txt files contain equations only and are useful for import, export, and sharing.
Thistle is a computational aid. Important results should be independently checked and reviewed by a qualified professional before they are used for safety, regulatory, or design decisions.
Include your Thistle version, operating-system version, the steps that reproduce the issue, and the exact error message. You may attach a project file, but remove confidential information first.
Contact support
Include your Thistle version, operating system, exact error message, and the steps that reproduce the issue. Remove confidential information before attaching a project.