• Stars
    star
    6
  • Rank 2,539,965 (Top 51 %)
  • Language
    Fortran
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Object-oriented Fortran 2003 version of my Fortran 95 code gmsh-to-vtk-and-tecplot

More Repositories

1

euler2D-kfvs-Fortran2003

2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
Fortran
17
star
2

Unstruct2D

Source code for an unstructured 2D Euler/Navier Stokes equation (triangle grid), Fortran 90 version, with some personal improvements, http://booksite.elsevier.com/9780080999951/examplecodes.php
Fortran
15
star
3

1D-Shallow-Water-equations

My MATLAB code and report of final practical test of the course "Natural Flow Model".
MATLAB
11
star
4

gmsh-to-vtk-and-tecplot

Convert .msh mesh file (Quadrilateral) of gmsh to .vtk file and/or .dat tecplot file
Fortran
10
star
5

Unstruct2D-Cpp-version

Source code for an unstructured 2D Euler/Navier Stokes equation, C++ version, with some personal improvements, http://booksite.elsevier.com/9780080999951/examplecodes.php
C++
7
star
6

AlgorithmsAndDataStructuresInJava

Classical algorithms and data structures, such as searching and sorting algorithms, linked list, binary tree, stack, with my implementation in Java utilizing Generics. Test programs are written as junit test cases.
Java
7
star
7

euler-2D-kfvs

Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
Fortran
6
star
8

Numerical-Analysis

Some Fortran codes to practice programming in Fortran.
Fortran
5
star
9

GmshToVtkAndTecplotCpp11

C++ 11 version of my Fortran code gmsh-to-vtk-and-tecplot
C++
5
star
10

EllipticPDEsSolvers

Implement some finite volume schemes for elliptic PDEs.
MATLAB
4
star
11

Driven-Cavity-adi_2

Fortran
4
star
12

1D_Poisson_equation

Implementation of the 1D scheme for Poisson equation, described in the paper "A Cartesian Grid Embedded Boundary Method for Poisson's Equation on Irregular Domains", by Hans Johansen and Phillip Colella, JOURNAL OF COMPUTATIONAL PHYSICS 147, 60–85 (1998).
Fortran
4
star
13

Convergent_Divergent_Nozzle_Meshing

Grid generation for a convergent-divergent nozzle, with personal improvement. Ref: https://www.grc.nasa.gov/WWW/wind/valid/cdv/cdv01/cdv01.html
Fortran
3
star
14

NACA0012-geometry

GLSL
3
star
15

Machine-Precision

Fortran
3
star
16

LES-of-turbulent-flow-in-a-duct

Added VTK post-processing compared to the original code: http://coffeecfd.blogspot.com/2014/03/some-compressible-cfd-codes-for.html
C
3
star
17

Tree-sort

Fortran
3
star
18

Euler2D_Positive_Scheme

Code in the paper PETER D. LAX AND XU-DONG LIU, SOLUTION OF TWO-DIMENSIONAL RIEMANN PROBLEMS OF GAS DYNAMICS BY POSITIVE SCHEMES, SIAM J. SCI. COMPUT. , Vol. 19, No. 2, pp. 319–340, March 1998
Fortran
3
star
19

Pointer-array-some-useful-routines

Illustrate how to implementing a pointer array in Fortran 95/2003, and give a routine which allows us deleting an element in the pointer array.
Fortran
3
star
20

Fortran2003_OOP_LinkedList

Code in this disscussion: https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/518263
Fortran
3
star
21

Example_Makefile

Fortran
2
star
22

CFDJava

At this early stage, this code is a Java version of https://github.com/truongd8593/GmshToVtkAndTecplotCpp11
Java
2
star
23

Trapezoidal-Rule

Serial and MPI versions of trapezodial rule
Fortran
2
star
24

FVM_AdvectionDiffusion_1D

Finite volume code for 1D advection-diffusion equation with periodic BCs.
C++
2
star
25

NACA0012_AOA

Read NACA0012 geometry, give NACA0012 geometry with an angle of attack in gmsh format
GLSL
2
star
26

VF4-and-DDFV-for-anisotropic-diffusion-problem

My implementation in MATLAB of the SCILAB code by Prof. Stella Krell: https://math.unice.fr/~krell/index.php?page=CodeScilab
MATLAB
2
star
27

FLIBS-generic-linked-list

Fortran
2
star
28

kafka_sandbox

Gaining insight about Apache Kafka. Python scripts are provided in object oriented style.
Python
2
star
29

BlackJack

Blackjack in Java (in Vietnamese: kéo dì zách)
Java
2
star
30

OPENMP-HELLO

Fortran
2
star
31

gdb_with_gfortran

a simple gdb debugging task with gfortran. Source: http://undo.io/resources/blog-articles/debugging-fortran-code-gdb/
Fortran
2
star
32

GenericLinkedList

Reference: http://fortranwiki.org/fortran/show/gen_list
Fortran
2
star
33

Euler2dCpp11_Deprecated

C++ 11 version of https://github.com/truongd8593/euler2D-kfvs-Fortran2003
C++
2
star
34

Generic_Swap_Routine

Reference: http://www.fortran.com/F/ex_swap.html
Fortran
2
star
35

cylinder

Contain various modification to the TU Delft CFD code T-FlowS (finite volume, 2nd order precision fortran code)
Fortran
2
star
36

Euler2D_Nozzle

Solve the two dimensional Euler equations by Roe scheme in conjuction with structured grids
Fortran
2
star
37

FVM_LaplaceEq2D

Implement finite volume scheme to solve the Laplace equation (3.4), page 33 of "Finite Volume Methods", by Robert Eymard, Thierry Gallouet, and Raphaele Herbin. The link of the book: https://www.cmi.univ-mrs.fr/~herbin/PUBLI/bookevol.pdf
Fortran
2
star
38

hello

Some Fortran codes to practice programming in Fortran.
Fortran
1
star
39

InterviewPreparation

My solutions in Java of some programming exercises served as interview questions
Java
1
star
40

Sphere-grid

Fortran
1
star
41

Runge-Kutta-Chebyshev-RKC-solver

Provide an example which illustrates how to use the RKC package.
Fortran
1
star
42

IntelFortranOneApiPlayground

Miscellaneous code to practice oop in Fortran
Fortran
1
star
43

FDM_AdvectionDiffusion_1D

Finite difference scheme for 1D advection diffusion equation with periodic BCs
C++
1
star
44

ClassicalDataStructuresF95

A fork of my repo DataStructuresF95, with Intel Fortran (part of Intel OneAPI HPC toolkit), and Visual Studio 2019 integration
Fortran
1
star
45

GmailnatorAPIs

API calls for gmailnator using okHttp3 and testng.
Java
1
star
46

tiny_python_video_cutter

Command line video cutter
Python
1
star
47

GenericLinkedListF95

Singly linked list which is strictly conformant to Fortran 95 standard. In fact this repo is a refactoring of https://github.com/truongd8593/GenericLinkedList
Fortran
1
star
48

Some-useful-Fortran-modules

Illustrate overloading operators in Fortran 90. It is a solution to programming assignments in this link: http://www.chem.helsinki.fi/~manninen/fortran2014/
Fortran
1
star