User contributions
From CFD-Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:12, 3 May 2010 (diff | hist) N File:Faces annumeration 01.jpg (top)
- 16:22, 3 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 16:20, 3 May 2010 (diff | hist) N File:Grid annumeration for cavity.jpg (top)
- 14:50, 3 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 14:49, 3 May 2010 (diff | hist) N File:Profiles U.jpg (top)
- 14:19, 3 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 14:18, 3 May 2010 (diff | hist) N File:Profiles V.jpg (top)
- 14:11, 3 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 14:08, 3 May 2010 (diff | hist) N File:CavityRe1000.jpg (top)
- 13:33, 3 May 2010 (diff | hist) N Geometry.f90 - Calculation of geometric properties (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! Calculation of Xc and Yc with possibility for further development modul !Copyright (C) 2010 Michail...)
- 13:21, 3 May 2010 (diff | hist) N Grid rectangular.f90 - Calculation of grid (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! calculation of grid modul !Copyright (C) 2010 Michail Kiričkov !This program is free software; yo...)
- 13:12, 3 May 2010 (diff | hist) N Init all.f90 - Initiation of arrays (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! initiation of arrays modul !Copyright (C) 2010 Michail Kiričkov !This program is free software; y...)
- 13:06, 3 May 2010 (diff | hist) N Out array.f90 - Output into the .txt file (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! array output into the .txt file modul !Copyright (C) 2010 Michail Kiričkov !This program is free ...) (top)
- 12:59, 3 May 2010 (diff | hist) m Solve Pressure Correction.f90 - Solution of pressure-correction equation and correction of U,V and P (Solve Pressure Correction - Solution of pressure-correction equation and correction of U,V and P moved to Solve Pressure Correction.f90 - Solution of pressure-correction equation and correction of U,V and P)
- 12:59, 3 May 2010 (diff | hist) N Solve Pressure Correction - Solution of pressure-correction equation and correction of U,V and P (Solve Pressure Correction - Solution of pressure-correction equation and correction of U,V and P moved to Solve Pressure Correction.f90 - Solution of pressure-correction equation and correction of U,V and P) (top)
- 12:57, 3 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 12:54, 3 May 2010 (diff | hist) User talk:Jola
- 12:53, 3 May 2010 (diff | hist) N Convergence Criteria.f90 - Calculation of convergence (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! calculation of covergence criteria modul !Copyright (C) 2010 Michail Kiričkov !This program is fr...)
- 12:46, 3 May 2010 (diff | hist) N Init all cavity.f90 - Init data for lid-driven cavity test (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! initiation data for lid-driven cavity flow Re=1000 modul !Copyright (C) 2010 Michail Kiričkov !Th...)
- 12:41, 3 May 2010 (diff | hist) N TDMA.f90 - Solution of system of linear equations by Thomas method (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! solution of linear system of equations by Thomas algorithm modul !Copyright (C) 2010 Michail Kirič...)
- 12:35, 3 May 2010 (diff | hist) N Solve Pressure Correction.f90 - Solution of pressure-correction equation and correction of U,V and P (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! solution of pressure-correction quation and correction U,V, and P !Copyright (C) 2010 Michail Kiri...)
- 08:50, 3 May 2010 (diff | hist) N Solve UV.f90 - Solution of the momentum equations for U and V (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! solution of momentum equation for U and V modul !Copyright (C) 2010 Michail Kiričkov !This progra...)
- 08:43, 3 May 2010 (diff | hist) N Common icomm 1.f90 - include module (New page: <pre> !Sample program for solving Lid-driven cavity flow test using SIMPLE-algorithm ! include modul !Copyright (C) 2010 Michail Kiričkov !This program is free software; you can redist...)
- 20:39, 2 May 2010 (diff | hist) HLPA.f90 - HLPA approximation for convective term (top)
- 20:36, 2 May 2010 (diff | hist) N HLPA.f90 - HLPA approximation for convective term (New page: Subroutine HLPA(Uw,Fww,Fw,Fp,Fe,Delta_f) If (Uw.GE.0.) then if ( ABS( Fp - 2.* Fw + Fww ).LT.ABS( Fp - Fww ) ) then Alpha_pl = 1. else Alpha_pl = 0. ...)
- 20:06, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 18:20, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 17:20, 2 May 2010 (diff | hist) Main Cavity.f90 - Main modul
- 17:16, 2 May 2010 (diff | hist) CFD-Wiki:Community portal (→CFD-Wikians - Who we are)
- 17:15, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 17:14, 2 May 2010 (diff | hist) Main Cavity.f90 - Main modul
- 17:13, 2 May 2010 (diff | hist) N Main Cavity.f90 - Main modul (New page: <pre> !Sample program for solving Lid-Driven cavity test using SIMPLE-algorithm !of covective terms approximation - Main modul !Copyright (C) 2010 Michail Kirickov !This program is fre...)
- 17:05, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 17:04, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 17:02, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 17:01, 2 May 2010 (diff | hist) Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90
- 17:01, 2 May 2010 (diff | hist) N Sample code for solving Lid-Driven cavity test (Re=1000) - Fortran 90 (New page: ''Dear friends'' ''It's just a scrap. Later I'll correct it, although it's a complete working code -- Michail'' Sample program for solving Smith-Hutton Test using different schemes of co...)
- 16:59, 2 May 2010 (diff | hist) SIMPLE algorithm (→SIMPLE Solver Algorithm)
- 17:49, 27 April 2010 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→Order of magnitude estimates)
- 16:50, 27 April 2010 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→Order of magnitude estimates)
- 16:23, 27 April 2010 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→The shear layer equations)
- 16:22, 27 April 2010 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→Order of magnitude estimates)
- 16:21, 27 April 2010 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→Order of magnitude estimates)
- 14:27, 24 April 2010 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→Order of magnitude estimates)
- 13:58, 24 April 2010 (diff | hist) N User talk:Jola (New page: Hello Dear Jonas! Glad to see You again at CFD-Wiki! I went out from the hospital, solved some of my life problems and now I would like to continue my work in CFD. I'll continue to fil...)
- 06:11, 30 December 2008 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→Order of magnitude estimates)
- 03:17, 30 December 2008 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→The shear layer equations)
- 03:15, 30 December 2008 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→The shear layer equations)
- 03:15, 30 December 2008 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→The shear layer equations)
- 03:06, 30 December 2008 (diff | hist) Introduction to turbulence/Free turbulent shear flows (→The shear layer equations)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)