Tutorial 2 – Declaring and Printing Integer Variables What you will learn: how to declare an integer variable how to print an integer variable through the printf command Here you have the principal types in C language: Type Name Minimum Maximum signed char -127 127 int -32767 32767 long -2147483647 2147483647 float -1×1037 1×1037 double […]
Tutorial 1 – Hello World in C
What you will learn in this video: – The basic syntax of a c program – Usage of the printf function – How to compile code through the terminal Prerequisite: You need to have the GCC compiler installed Follow the process written in this article to install it on Windows 10: How to install the […]
How to install the C language GCC compiler on Windows
On Linux, gcc is install by default and you can start to compile and execute C language code almost right away! That’s not the case on Windows… I have been struggling with how to do the same thing on Windows 10 for some time, but I finally succeeded Here’s a video in which I explain […]
How to import a CAD model in OnScale
Let’s have a look at how CAD import works in OnScale: In this video you will learn: How to import a STEP model in Onscale How the conversion from STEP to GMSH mesh works How to check the Units of you model after importing it If you have any question, please just leave a comment, […]
How to simulate the propagation of a 2D ultrasonic wave in a steel plate with OnScale
If you want to understand the physics of sound wave propagation, I have another article more detailed on it here How to simulate the propagation of a 2D ultrasonic wave in a steel plate with OnScale: How to create a simple geometry model in Onscale How to assign time-varying pressure loads and boundary conditions How […]
What is a sound wave & How does it propagate?
For this new article on the blog, I decided to go into a new domain of engineering I never talked about until now: Acoustics and Sound Wave Propagation! It’s always exciting to enter and discover a new type of physics because I start to see more possibilities around me and it allows me to understand […]
- « Previous Page
- 1
- …
- 13
- 14
- 15
- 16
- 17
- …
- 37
- Next Page »