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 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

Simple Fortran Video Tutorials

In those tutorials, I'll introduce you to the most basic things you should know about FORTRAN:
- How to write a quick Hello World Script
- How to compile it
- How to use variables and define functions
- and much more...

[Fortran Tuto 11] Subroutines

August 11, 2018 by Cyprien 1 Comment

[Fortran Tuto 11] Subroutines

In this tutorial, I will teach you how to use subroutines to do repetitive operations. I will talk about: – How to declare a subroutine – How to define the input variables – How to get the output of the subroutine inside your program Subroutines are almost like functions in fortran, except that they can […]

Filed Under: Fortran, Programming Tagged With: Fortran

[Fortran Tuto 10] Formatting the print

August 11, 2018 by Cyprien Leave a Comment

[Fortran Tuto 10] Formatting the print

In this tutorial, I will teach you how to format the text given by the print function I will talk about: – How to offset the data printed – How to arrange the data in several columns – How to display only a certain number of digits after the comma Enjoy ;-) -Cyprien

Filed Under: Fortran, Programming Tagged With: Fortran

[Fortran Tuto 9] Dimension Arrays

August 11, 2018 by Cyprien Leave a Comment

[Fortran Tuto 9] Dimension Arrays

In this tutorial, I will teach you how to work with arrays of several dimensions I will talk about: – How to declare an array – How to assign variables to the components of the array – How to write arrays which can be expended to register more data – How to print out arrays […]

Filed Under: Fortran, Programming

[Fortran Tuto 8] Handling Precision

August 11, 2018 by Cyprien Leave a Comment

[Fortran Tuto 8] Handling Precision

In this tutorial, I will teach you how to use handle precision in your fortran programs. I will talk about: – What happens when you use a simple “real” variable – How to set up the precision of a variable —————————————————————————————–

Filed Under: Fortran, Programming Tagged With: Fortran

[Fortran Tuto 7] Data Tables

August 11, 2018 by Cyprien 1 Comment

[Fortran Tuto 7] Data Tables

In this tutorial, I will teach you how to create a simple program in Fortran which writes a table of data to a file I will talk about: – How to make a simple calculation – How to print it out to a file – How to use a do loop to print data as […]

Filed Under: Fortran, Programming

[ Fortran Tuto 6] Opening and Writing Text Files

August 11, 2018 by Cyprien 2 Comments

[ Fortran Tuto 6] Opening and Writing Text Files

In this tutorial, I will teach you how work with text files! I will talk about: – How to read the content of a text file – How to write inside a text file Enjoy ;-) -Cyprien ————————————————————————————————————-

Filed Under: Fortran, Programming Tagged With: Fortran

  • 1
  • 2
  • Next Page »

Other FEA articles:

  • [Openfoam Tutorial 4] Simulating the flow around a Motorbike with SnappyHexMesh[Openfoam Tutorial 4] Simulating the flow around a Motorbike with SnappyHexMesh
  • [Salome Meca Tutorial] Heat Case Transient Thermal Simulation[Salome Meca Tutorial] Heat Case Transient Thermal Simulation
  • 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?
  • How to interface Code_Aster and Open Turns to do uncertainty quantification and sensibility analysisHow to interface Code_Aster and Open Turns to do uncertainty quantification and sensibility analysis
  • Pushover Analysis Tutorial with midas GEN as per Eurocode 8Pushover Analysis Tutorial with midas GEN as per Eurocode 8

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/127
Next»
By PoseLab
My YouTube Channel

© Copyright since 2013 feaforall · All Rights Reserved