All Projects → dattv → 2D_CARFIVE

dattv / 2D_CARFIVE

Licence: GPL-3.0 license
2D Cartesian Quadtree Adaptive Mesh Refinement (AMR) for multiphase Five Equations Model

Programming Languages

fortran
972 projects

Projects that are alternatives of or similar to 2D CARFIVE

python-ood
💠 Essential object oriented design (python, pytest, travisCI)
Stars: ✭ 38 (+65.22%)
Mutual labels:  design-patterns, object-oriented-programming
Swan
Topology Optimization Laboratory
Stars: ✭ 55 (+139.13%)
Mutual labels:  design-patterns, object-oriented-programming
OOP-Design-Patterns
MET CS665 - OOP Design Patterns Code Examples
Stars: ✭ 74 (+221.74%)
Mutual labels:  design-patterns, object-oriented-programming
Low Level Design Primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Stars: ✭ 2,706 (+11665.22%)
Mutual labels:  design-patterns, object-oriented-programming
scala-design-patterns
Design patterns implemented in Scala.
Stars: ✭ 135 (+486.96%)
Mutual labels:  design-patterns
java-wegweiser
🔭 Ein wachsender Wegweiser für die Grundlagen der Java-Programmierung
Stars: ✭ 15 (-34.78%)
Mutual labels:  object-oriented-programming
design-patterns-cookbook
Design Patterns in simple words with examples on PHP
Stars: ✭ 26 (+13.04%)
Mutual labels:  design-patterns
Sushi-3.1
A GUI framework, all wrapped in rice and seaweed for extra flavor.
Stars: ✭ 25 (+8.7%)
Mutual labels:  object-oriented-programming
BasicExercises
📘 Personal basic practice test playground.
Stars: ✭ 84 (+265.22%)
Mutual labels:  design-patterns
fast-cartesian
Fast cartesian product
Stars: ✭ 51 (+121.74%)
Mutual labels:  cartesian
Notes
My notes are about everything related to programming.
Stars: ✭ 104 (+352.17%)
Mutual labels:  design-patterns
morton-table
Linear Quadtree implementation in Rust
Stars: ✭ 22 (-4.35%)
Mutual labels:  quadtree
blexar
❤ An HTML, CSS and JavaScript framework for developing responsive modern web interfaces, focused on usability and minimal sizes, with all the necessary extensions.
Stars: ✭ 30 (+30.43%)
Mutual labels:  design-patterns
DataStructure-DesignPattern
java集合源码、设计模式、常用算法、Mysql原理
Stars: ✭ 22 (-4.35%)
Mutual labels:  design-patterns
QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Stars: ✭ 30 (+30.43%)
Mutual labels:  quadtree
design-patterns
设计模式,经典样例
Stars: ✭ 35 (+52.17%)
Mutual labels:  design-patterns
Nodejs-Design-Pattern
Resumen de patrones de diseño extraídos de mi lectura del libro "Node.js Design Patterns de Mario Casciaro 1ra edición"
Stars: ✭ 45 (+95.65%)
Mutual labels:  design-patterns
gof design patterns
GoF Design Patterns implemented in modern C++.
Stars: ✭ 21 (-8.7%)
Mutual labels:  design-patterns
JS-design-pattern
根据曾探所著《JavaScript设计模式与开发实践》整理的学习笔记
Stars: ✭ 31 (+34.78%)
Mutual labels:  design-patterns
LLD
Curated Collection of all Low level design Questions and implementation asked in major Tech companies , Get yourself prepared for the LLD round and ace the interview.
Stars: ✭ 608 (+2543.48%)
Mutual labels:  object-oriented-programming

2D_CARFIVE

2D Cartesian Quadtree Adaptive Mesh Refinement (AMR) for multiphase Five Equations Model. This source code is developed based on QTAdaptive https://github.com/dattv/QTAdaptive to compile this souce code, you need to download QTAdaptive and 2D_CARFIVE into the same folder.

CARTESIAN ADAPTIVE FIVE EQUATION MODEL

AUTHOR: VAN-DAT THANG

E-MAIL: [email protected]

E-MAIL: [email protected]

SOURCE CODE LINK: https://github.com/dattv/2D_CARFIVE

REFERENCE:

[1] "A quadtree-adaptive multigrid solver for the Serre–Green–Naghdi equations" https://www.sciencedirect.com/science/article/pii/S0021999115005902

[2] "An accurate adaptive solver for surface-tension-driven interfacial flows" https://www.sciencedirect.com/science/article/pii/S002199910900240X

[3] "Gerris: a tree-based adaptive solver for the incompressible Euler equations in complex geometries" https://www.sciencedirect.com/science/article/pii/S0021999103002985

[4] "An adaptive interface sharpening methodology for compressible multiphase flows" https://www.sciencedirect.com/science/article/pii/S0898122116305351

[5] "Adaptation of quadtree meshes in the scaled boundary finite element method for crack propagation modelling" https://www.sciencedirect.com/science/article/pii/S001379441500363X

[6] "A two dimensional hydrodynamic and sediment transport model for dam break based on finite volume method with quadtree grid" https://www.sciencedirect.com/science/article/pii/S0141118711000563

[7] "A quadtree-adaptive multigrid solver for the Serre–Green–Naghdi equations" https://www.sciencedirect.com/science/article/pii/S0021999115005902

[8] "A cell-centred finite volume method for the Poisson problem on non-graded quadtrees with second order accurate gradients" https://www.sciencedirect.com/science/article/pii/S0021999116306271

[9] "An adaptive interface sharpening methodology for compressible multiphase flows" https://www.sciencedirect.com/science/article/pii/S0898122116305351

[10] "A Five-Equation Model for the Simulation of Interfaces between Compressible Fluids" https://www.sciencedirect.com/science/article/pii/S0021999102971433

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].