There are no reviews yet. Be the first to send feedback to the community and the maintainers!
euler2D-kfvs-Fortran2003
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003Unstruct2D
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.php1D-Shallow-Water-equations
My MATLAB code and report of final practical test of the course "Natural Flow Model".gmsh-to-vtk-and-tecplot
Convert .msh mesh file (Quadrilateral) of gmsh to .vtk file and/or .dat tecplot fileUnstruct2D-Cpp-version
Source code for an unstructured 2D Euler/Navier Stokes equation, C++ version, with some personal improvements, http://booksite.elsevier.com/9780080999951/examplecodes.phpAlgorithmsAndDataStructuresInJava
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.euler-2D-kfvs
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) schemegmsh-to-vtk-and-tecplot-Fortran-2003
Object-oriented Fortran 2003 version of my Fortran 95 code gmsh-to-vtk-and-tecplotNumerical-Analysis
Some Fortran codes to practice programming in Fortran.GmshToVtkAndTecplotCpp11
C++ 11 version of my Fortran code gmsh-to-vtk-and-tecplotEllipticPDEsSolvers
Implement some finite volume schemes for elliptic PDEs.Driven-Cavity-adi_2
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).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.htmlNACA0012-geometry
Machine-Precision
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.htmlTree-sort
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 1998Pointer-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.Fortran2003_OOP_LinkedList
Code in this disscussion: https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/518263Example_Makefile
CFDJava
At this early stage, this code is a Java version of https://github.com/truongd8593/GmshToVtkAndTecplotCpp11Trapezoidal-Rule
Serial and MPI versions of trapezodial ruleFVM_AdvectionDiffusion_1D
Finite volume code for 1D advection-diffusion equation with periodic BCs.NACA0012_AOA
Read NACA0012 geometry, give NACA0012 geometry with an angle of attack in gmsh formatVF4-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=CodeScilabFLIBS-generic-linked-list
kafka_sandbox
Gaining insight about Apache Kafka. Python scripts are provided in object oriented style.BlackJack
Blackjack in Java (in Vietnamese: kéo dì zÑch)OPENMP-HELLO
gdb_with_gfortran
a simple gdb debugging task with gfortran. Source: http://undo.io/resources/blog-articles/debugging-fortran-code-gdb/GenericLinkedList
Reference: http://fortranwiki.org/fortran/show/gen_listEuler2dCpp11_Deprecated
C++ 11 version of https://github.com/truongd8593/euler2D-kfvs-Fortran2003Generic_Swap_Routine
Reference: http://www.fortran.com/F/ex_swap.htmlcylinder
Contain various modification to the TU Delft CFD code T-FlowS (finite volume, 2nd order precision fortran code)Euler2D_Nozzle
Solve the two dimensional Euler equations by Roe scheme in conjuction with structured gridsFVM_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.pdfhello
Some Fortran codes to practice programming in Fortran.InterviewPreparation
My solutions in Java of some programming exercises served as interview questionsSphere-grid
IntelFortranOneApiPlayground
Miscellaneous code to practice oop in FortranFDM_AdvectionDiffusion_1D
Finite difference scheme for 1D advection diffusion equation with periodic BCsClassicalDataStructuresF95
A fork of my repo DataStructuresF95, with Intel Fortran (part of Intel OneAPI HPC toolkit), and Visual Studio 2019 integrationGmailnatorAPIs
API calls for gmailnator using okHttp3 and testng.tiny_python_video_cutter
Command line video cutterGenericLinkedListF95
Singly linked list which is strictly conformant to Fortran 95 standard. In fact this repo is a refactoring of https://github.com/truongd8593/GenericLinkedListSome-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/Love Open Source and this site? Check out how you can help us