Pinned Repositories
CppMeshConverter
C++ 11 version of my Fortran code gmsh-to-vtk-and-tecplot
Euler2D-KFVS
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
FortMeshConverter
Convert .msh mesh file (Quadrilateral) of gmsh to .vtk file and/or .dat tecplot file
JAlgoData
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.
1D-Shallow-Water-equations
My MATLAB code and report of final practical test of the course "Natural Flow Model".
euler-2D-kfvs
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
gmsh-to-vtk-and-tecplot-Fortran-2003
Object-oriented Fortran 2003 version of my Fortran 95 code gmsh-to-vtk-and-tecplot
Numerical-Analysis
Some Fortran codes to practice programming in Fortran.
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
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
truong-pham-dang's Repositories
truong-pham-dang/euler-2D-kfvs
Euler equations unstructured solver using kinetic flux vector splitting (KFVS) scheme
truong-pham-dang/Numerical-Analysis
Some Fortran codes to practice programming in Fortran.
truong-pham-dang/gmsh-to-vtk-and-tecplot-Fortran-2003
Object-oriented Fortran 2003 version of my Fortran 95 code gmsh-to-vtk-and-tecplot
truong-pham-dang/Euler2D_Nozzle
Solve the two dimensional Euler equations by Roe scheme in conjuction with structured grids
truong-pham-dang/EllipticPDEsSolvers
Implement some finite volume schemes for elliptic PDEs.
truong-pham-dang/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
truong-pham-dang/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
truong-pham-dang/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
truong-pham-dang/Fortran2003_OOP_LinkedList
Code in this disscussion: https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/518263
truong-pham-dang/GenericLinkedList
Reference: http://fortranwiki.org/fortran/show/gen_list
truong-pham-dang/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
truong-pham-dang/Tree-sort
truong-pham-dang/adaptive-mesh-refinement
An adaptive mesh refinement algorithm for MATLAB
truong-pham-dang/BlackJack
Blackjack in Java (in Vietnamese: kéo dì zách)
truong-pham-dang/ClassicalDataStructuresF95
A fork of my repo DataStructuresF95, with Intel Fortran (part of Intel OneAPI HPC toolkit), and Visual Studio 2019 integration
truong-pham-dang/Euler2dCpp11_Deprecated
C++ 11 version of https://github.com/truongd8593/euler2D-kfvs-Fortran2003
truong-pham-dang/FVM_AdvectionDiffusion_1D
Finite volume code for 1D advection-diffusion equation with periodic BCs.
truong-pham-dang/IntelFortranOneApiPlayground
Miscellaneous code to practice oop in Fortran
truong-pham-dang/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
truong-pham-dang/FDM_AdvectionDiffusion_1D
Finite difference scheme for 1D advection diffusion equation with periodic BCs
truong-pham-dang/flo2d
Automatically exported from code.google.com/p/flo2d
truong-pham-dang/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
truong-pham-dang/HashTableF2003
Testing Fortran 2003 support of PGI compiler, code is taken from http://fortranwiki.org/fortran/show/hash+table+example
truong-pham-dang/hello
Some Fortran codes to practice programming in Fortran.
truong-pham-dang/appium-read-qrcode
truong-pham-dang/gatling-gradle-plugin-demo
Showcase of the Gatling Plugin for Gradle
truong-pham-dang/https-multipart-purejava
A java client which implements multipart form submit over https and authentication implemented with only jdk classes and no external dependencies.
truong-pham-dang/pdf-to-word
pdf to word using kotlin
truong-pham-dang/StokesP1FEM
Solving Stokes equations using P1 Finite Element Method. http://fc.isima.fr/~jkoko/Codes/StokesP1BubbleP1.pdf
truong-pham-dang/uit-framework
UI Test Framework