MECN4039A Tools III — Lectures 1 & 2: Study Notes, Flashcards, and Practice Test Flashcards
Master MECN4039A Tools III — Lectures 1 & 2: Study Notes, Flashcards, and Practice Test with these flashcards. Review key terms, definitions, and concepts using active recall to strengthen your understanding and ace your exams.
Swipe to navigate between cards
Front
Project-based course
Back
A course format where learning revolves around completing practical projects that integrate theory and computational tools, often linked to real engineering streams and specialist modules.
Front
Assessment components
Back
The course assessment is split across written tests, tutorial/super-tutorials, two major assignments (FEA/CFD/DES), and exam-equivalent model assessments, each carrying specific percentage weights.
Front
Single precision
Back
A floating-point format using 32 bits of storage that provides about 7 decimal digits of precision and is faster but less accurate than double precision.
Front
Double precision
Back
A floating-point format using 64 bits that offers roughly 16 decimal digits of precision, reducing rounding errors at the cost of more memory and computation.
Front
Truncation error
Back
Error that arises when an infinite process (like a series) is approximated by a finite number of terms; it accumulates when numerical approximations truncate exact expressions.
Front
Rounding error
Back
Error caused when real numbers are rounded to the nearest representable floating-point value, which can accumulate across many operations.
Front
PRNG
Back
A pseudo-random number generator produces deterministic sequences based on a seed using formulas such as the linear congruential generator, useful for stochastic simulations but inherently periodic.
Front
Box–Muller
Back
A transform that converts two independent uniform random variables into two independent standard normal variables using $Z_0 = \sqrt{-2\ln U_1}\cos(2\pi U_2)$ and $Z_1 = \sqrt{-2\ln U_1}\sin(2\pi U_2)$.
Front
Quadrature
Back
Numerical integration methods (e.g., trapezoidal, Simpson, Gaussian) used to approximate integrals of functions when analytic integration is infeasible.
Front
Finite differences
Back
Discrete approximations to derivatives using nearby function values (forward, backward, central schemes) often used to discretise differential operators.
Front
Dirichlet BC
Back
A boundary condition that prescribes the exact value of the solution variable at the boundary (e.g., fixed temperature or fixed displacement).
Front
Neumann BC
Back
A boundary condition that prescribes the derivative or flux of the solution normal to the boundary, often representing heat flux or stress.
Front
Discretisation
Back
The process of breaking continuous mathematical domains (space/time) into discrete parts so they can be approximated numerically, such as meshes or time steps.
Front
Resolution
Back
The smallest scale or level of detail that the discretised model can represent; higher resolution captures finer features but increases computational cost.
Front
Biased discretisation
Back
A discretisation strategy that concentrates higher resolution in regions with large gradients or significant features to improve accuracy without uniformly increasing cost.
Front
Residual
Back
The difference between the left- and right-hand side of the discretised governing equations (a measure of mathematical consistency), not necessarily equal to the physical error.
Front
Verification
Back
The process of ensuring the computational model was implemented correctly, typically via comparison with analytical solutions, alternative solvers, or known benchmarks.
Front
Validation
Back
Checking that the model accurately represents reality by comparing simulation results to experimental or published physical data; verification and validation together build confidence.
Front
Workflow steps
Back
A general modelling workflow includes identifying the phenomenon, selecting methods, defining the domain, choosing solvers and BCs, solving, monitoring convergence, verifying/validating, and post-processing.
Continue learning
Explore other study materials generated from the same source content. Each format reinforces your understanding of MECN4039A Tools III — Lectures 1 & 2: Study Notes, Flashcards, and Practice Test in a different way.
Create your own flashcards
Turn your notes, PDFs, and lectures into flashcards with AI. Study smarter with spaced repetition.
Get Started Free