User contributions
From CFD-Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:53, 30 June 2011 (diff | hist) m Code: Lid driven cavity using pressure free velocity form (→Lid-driven cavity Matlab script)
- 18:46, 29 June 2011 (diff | hist) m Code: Lid driven cavity using pressure free velocity form (→GMRES solver with ILU preconditioning and Essential BC (ilu_gmres_with_EBC.m)
- 18:43, 29 June 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form (→Theory: added code description, corrected typos)
- 17:46, 29 June 2011 (diff | hist) m Code: Lid driven cavity using pressure free velocity form (Undo revision 13028 by Jonas Holdeman (talk))
- 17:43, 29 June 2011 (diff | hist) m Code: Lid driven cavity using pressure free velocity form (→Diffusion matrix for pressure-free velocity method (DMatW.m))
- 17:38, 29 June 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form (→Theory)
- 17:33, 29 June 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form (→Grade node spacing (regrade.m))
- 15:36, 29 June 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form (Initial supporting text for LDC code)
- 04:19, 29 June 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form
- 04:17, 29 June 2011 (diff | hist) N PFV mesh regrade (Created page with "Matlab function '''regrade.m''' to change node spacing for mesh. <pre> function y=regrade(x,a,e) %REGRADE grade nodal points in array towards edge or center % % Regrades array...") (top)
- 04:10, 29 June 2011 (diff | hist) N PFV GMRES solver (Created page with "GMRES solver '''ilu_gmres_with_EBC.m''' with ILU preconditioner and essential BC for pressure-free velocity method. <pre> function Q = ilu_gmres_with_EBC(mat,rhs,EBC,GMRES,Q0,D...") (top)
- 04:01, 29 June 2011 (diff | hist) N PFV get pressure (Created page with "Matlab function '''GetPresW.m''' to retrieve consistent pressure from velocity. <pre> function [P,Px,Py] = GetPresW(NumNod,NodNdx,Elcon,nn2nft,Xgrid,Ygrid,Q,EBCPr,nu) %GETPRESW...")
- 03:52, 29 June 2011 (diff | hist) N PFV convection matrix (Created page with "Matlab function '''CMatW.m''' for pressure-free velocity convection matrix. <pre> function [Cm,RowNdx,ColNdx]=CMatW(Xe,Elcon,nn2nft,Vdof) %CMATW - Returns the affine-mapped ele...")
- 03:44, 29 June 2011 (diff | hist) N PFV diffusion matrix (Created page with "Function '''DMatW.m''' for pressure-free velocity diffusion matrix <pre> function [Dm,RowNdx,ColNdx]=DMatW(Xe,Elcon,nn2nft) %DMATW - Returns the affine-mapped element diffusion...")
- 03:26, 29 June 2011 (diff | hist) N Pfv lid driven cavity (Created page with "Matlab script '''LDCW.m''' for lid-driven cavity. <pre> %LDCW LID-DRIVEN CAVITY % Finite element solution of the 2D Navier-Stokes equation using 4-node, 12 DOF, % ...") (top)
- 03:06, 29 June 2011 (diff | hist) N Code: Lid driven cavity using pressure free velocity form (Lid-driven cavity code, description to follow.)
- 02:39, 29 June 2011 (diff | hist) Source code archive - educational
- 20:06, 11 April 2011 (diff | hist) Incompressible flow
- 18:56, 11 April 2011 (diff | hist) Incompressible flow
- 18:45, 11 April 2011 (diff | hist) Incompressible flow
- 14:16, 11 April 2011 (diff | hist) Incompressible flow
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)