from basics to Advanced

  • FEA Articles
    • CAE for beginners
    • Open-source FEA
    • Basics of mechanics
    • Buckling, Nonlinear FEA & Advanced Tips
    • Design Failure
    • Heat Transfer
    • Meshing Techniques
    • Modal, Frequency and Dynamic Analysis
    • Stress & Safety Factor
    • FEA Singularities
  • FEA Courses
    • Learn FEA with this Free Video Course
    • Your first FEA simulation…
  • FEA Guides
    • Thermal Analysis Guide
    • Dynamic Analysis (with Damping) Guide
    • Fatigue Analysis Guide
  • FEA Tutorials
    • FEA Webinars
    • Salome Meca and Code Aster Tutorials
    • Ansys Video Tutorials
    • midas NFX
    • midas GEN
    • OnScale Tutorials
    • Openfoam Tutorials
    • Gmsh Tutorials
  • Programming
    • Python
    • Fortran
    • Language C
  • More
    • About Me
    • Podcast
    • FEA Books
    • FEA Knowledge Base
    • Unit Converter
  • Log In

Tutorial 5 Reading and Writing to Files – Language C from Zero

February 16, 2019 by Cyprien Leave a Comment

Tutorial 5 Reading and Writing to Files – Language C from Zero

Tutorial 5 Reading and Writing to Files in Language C In this tutorial, I will combine what I taught in the tutorial 3 about for loops to show you how you can actually save the results to a text file! What you will learn: How to open a file in language C How to Read […]

Filed Under: Language C, Programming

Tutorial 4 – If and If Else Conditions- Language C from Zero

February 16, 2019 by Cyprien Leave a Comment

Tutorial 4 – If and If Else Conditions- Language C from Zero

Tutorial 4 – If and If Else Conditions in Language C What you will learn here: How to use the conditional instructions “if” to execute a special action in function of specific variables How to chain several “if” conditions use “If Else” Prerequisite: You need to have the GCC compiler installed Follow the process written […]

Filed Under: Language C, Programming

Tutorial 3 – For Loops and Math functions in language C

February 16, 2019 by Cyprien Leave a Comment

Tutorial 3 – For Loops and Math functions in language C

Tutorial 3 – For Loops and Math functions in Language C What you will learn: How to implement a for loop from i=0 to X to execute an instruction X times How to use the math functions which are already implemented in the Language C How to use the type of variable “double” Prerequisite: You […]

Filed Under: Language C, Programming

Tutorial 2 – Declaring and Printing Integer variables in C

February 10, 2019 by Cyprien Leave a Comment

Tutorial 2 – Declaring and Printing Integer variables in C

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 […]

Filed Under: Language C, Programming

Tutorial 1 – Hello World in C

February 10, 2019 by Cyprien Leave a Comment

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 […]

Filed Under: Language C, Programming

How to install the C language GCC compiler on Windows

February 10, 2019 by Cyprien 26 Comments

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 […]

Filed Under: Language C, Programming

  • 1
  • 2
  • 3
  • 4
  • Next Page »

Other FEA articles:

  • How to improve any kind of system or designHow to improve any kind of system or design
  • How to calculate Natural frequencies and mode shapes of a PZT Disc in OnScale?How to calculate Natural frequencies and mode shapes of a PZT Disc in OnScale?
  • [GMSH tutorial 2] Model Translation Rotation Extrusion and 3D Meshing – t2.geo[GMSH tutorial 2] Model Translation Rotation Extrusion and 3D Meshing – t2.geo
  • How to practice “serendipitous learning”How to practice “serendipitous learning”
  • [Salome Meca Tutorial] Thermo Mechanical Analysis of a 2D Axisymmetric plate[Salome Meca Tutorial] Thermo Mechanical Analysis of a 2D Axisymmetric plate

About me

I’m an Mechanical Engineer who would like to share his passion on Finite Element Analysis to help other Engineers. Read more…

View Cyprien Rusu's profile on LinkedIn

Find videos about FEA

What is linearity and what's the difference with nonlinear simulation? - FEAforall
How to build a scientific web app in 10 min with Trame and VTK
Code Saturne Heated Square Cavity Tutorial
1/134
Next»
By PoseLab
My YouTube Channel

© Copyright since 2013 feaforall · All Rights Reserved