User contributions
From CFD-Wiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:10, 15 March 2013 (diff | hist) PFV get pressure (Update to MatLab version R2012b and generalize to handle rectangular and triangular elements. This is a major revision.) (top)
- 16:06, 15 March 2013 (diff | hist) PFV convection matrix (Update to MatLab version R2012b and generalize to handle rectangular and triangular elements. Major revision.) (top)
- 15:58, 15 March 2013 (diff | hist) PFV diffusion matrix (top)
- 14:12, 10 August 2011 (diff | hist) m PFV V8cW 3D linear FE (top)
- 14:08, 10 August 2011 (diff | hist) m Code: 3D Lid-driven cavity using pressure-free velocity form (→Theory) (top)
- 12:34, 20 July 2011 (diff | hist) Source code archive - educational (top)
- 12:30, 20 July 2011 (diff | hist) Code: 3D Lid-driven cavity using pressure-free velocity form
- 12:20, 20 July 2011 (diff | hist) PFV 3D convection matrix (top)
- 12:17, 20 July 2011 (diff | hist) PFV 3D diffusion matrix (top)
- 12:12, 20 July 2011 (diff | hist) N PFV V8xyzcW 3D linear FE derivatives (Created page with "Function V8xyzcW.m for first derivatives of 3D linear divergence-free finite element. <pre> function [Vx,Vy,Vz]=V8xyzcW(ni,q,r,s) %V8XYZc - 3D, 8-node, 48 DOF linear solenoida...") (top)
- 12:04, 20 July 2011 (diff | hist) N PFV V8cW 3D linear FE (Created page with "Function '''V8cW.m''' for 3D linear divergence-free finite element. <pre> function S=V8cW(ni,q,r,s) %V8C - 3D, 8-node, 48 DOF solenoidal velocity element %Array of solenoidal v...")
- 12:01, 20 July 2011 (diff | hist) N PFV 3D convection matrix (Created page with "Function '''CMat3D8W.m''' for pressure-free velocity convection matrix <pre> </pre>")
- 11:59, 20 July 2011 (diff | hist) N PFV 3D diffusion matrix (Created page with "Function '''DMat3D8W.m''' for pressure-free velocity diffusion matrix <pre> </pre>")
- 11:53, 20 July 2011 (diff | hist) Code: 3D Lid-driven cavity using pressure-free velocity form
- 04:12, 20 July 2011 (diff | hist) Code: 3D Lid-driven cavity using pressure-free velocity form
- 04:01, 20 July 2011 (diff | hist) N Code: 3D Lid-driven cavity using pressure-free velocity form (discussion of theory)
- 03:36, 20 July 2011 (diff | hist) Source code archive - educational
- 22:45, 9 July 2011 (diff | hist) Source code archive - educational
- 22:44, 9 July 2011 (diff | hist) m Code: Lid driven cavity using pressure free velocity form (moved Lid driven cavity using pressure free velocity form to Code: Lid driven cavity using pressure free velocity form: name consistency)
- 22:44, 9 July 2011 (diff | hist) N Lid driven cavity using pressure free velocity form (moved Lid driven cavity using pressure free velocity form to Code: Lid driven cavity using pressure free velocity form: name consistency) (top)
- 22:42, 9 July 2011 (diff | hist) Source code archive - educational
- 22:41, 9 July 2011 (diff | hist) m Code: Thermal cavity using pressure-free velocity form (moved Code: Thermal cavity using pressure-free velocity form) to Code: Thermal cavity using pressure-free velocity form: typo)
- 22:41, 9 July 2011 (diff | hist) N Code: Thermal cavity using pressure-free velocity form) (moved Code: Thermal cavity using pressure-free velocity form) to Code: Thermal cavity using pressure-free velocity form: typo) (top)
- 22:38, 9 July 2011 (diff | hist) Code: Quadrature on Tetrahedra (wt correction)
- 19:30, 9 July 2011 (diff | hist) Code: Quadrature on Tetrahedra (Matlab code)
- 12:34, 9 July 2011 (diff | hist) N Code: Quadrature on Tetrahedra (Created page with "Some Gauss quadrature rules for the right-tetrahedron with corners at (0,0,0), (1,0,0), (0,1,0), (0,0,1). <pre> 4-point quadrature, k=2 ---------------------...")
- 12:00, 9 July 2011 (diff | hist) N Quadrature Formulae (Created page with "The idea here is to collect quadrature formula in a form that can be copied and pasted into a code being developed. :Gauss-Legendre :Triangles :[[Code: Quadrature on Tetrahedra...") (top)
- 11:47, 9 July 2011 (diff | hist) Source code archive - code snippets (top)
- 19:09, 7 July 2011 (diff | hist) m Code: Thermal cavity using pressure-free velocity form (→Thermal cavity Matlab script)
- 19:06, 7 July 2011 (diff | hist) Code: Thermal cavity using pressure-free velocity form (→Thermal cavity Matlab script)
- 19:05, 7 July 2011 (diff | hist) Code: Thermal cavity using pressure-free velocity form (→Theory: added equations for thermal cavity and code script)
- 16:20, 7 July 2011 (diff | hist) N PFV Buoyancy matrix 2 (Created page with "Function '''BMat4424SW.m''' for quartic pressure-free buoyancy matrix <pre> function [Bm,RowNdx,ColNdx]=BMat4424SW(Xe, Elcon, nn2vft, nn2tft) % BMAT4424SW - Rectangular(Hermite ...") (top)
- 16:13, 7 July 2011 (diff | hist) N PFV Tconvection matrix 2 (Created page with "Matlab function '''TCMat4424SW.m''' for pressure-free simple-cubic thermal convection matrix. <pre> function [TCm,RowNdx,ColNdx]=TCMat4424SW(Xe, Elcon, nn2tft,Vdof) % TCMat4424S...") (top)
- 16:08, 7 July 2011 (diff | hist) N PFV Tdiffusion matrix 2 (Created page with "Function '''TDMat4424SW.m''' for simple-cubic pressure-free thermal diffusion matrix <pre> function [TDm,RowNdx,ColNdx]=TDMat4424SW(Xe, Elcon, nn2tft) % TDMAT4424SW - General (H...") (top)
- 16:01, 7 July 2011 (diff | hist) Code: Thermal cavity using pressure-free velocity form (creating links)
- 15:46, 7 July 2011 (diff | hist) Code: Thermal cavity using pressure-free velocity form
- 15:30, 7 July 2011 (diff | hist) N Code: Thermal cavity using pressure-free velocity form (Created page with "==Thermal cavity using pressure-free velocity formulation== This sample code uses four-node quartic Hermite finite elements for velocity and simple-cubic Hermite elements for th...")
- 14:57, 7 July 2011 (diff | hist) Source code archive - educational
- 22:11, 4 July 2011 (diff | hist) m Code: Lid-driven cavity using pressure-free velocity form (2) (→Theory)
- 18:50, 4 July 2011 (diff | hist) m Code: Lid-driven cavity using pressure-free velocity form (2) (→Theory)
- 18:44, 4 July 2011 (diff | hist) Code: Lid-driven cavity using pressure-free velocity form (2) (→Lid-driven cavity Matlab script)
- 18:42, 4 July 2011 (diff | hist) N PFV get pressure 2 (Created page with "Matlab function '''GetPres4424W.m''' to retrieve consistent pressure from velocity. <pre> function [P,Px,Py] = GetPres44243W(NumNod,NodNdx,Elcon,nn2nft,Xgrid,Ygrid,Q,EBCPr,nu) ...") (top)
- 18:38, 4 July 2011 (diff | hist) N PFV convection matrix 2 (Add code for convection matrix) (top)
- 18:32, 4 July 2011 (diff | hist) N PFV diffusion matrix 2 (Created page with "Function '''DMat4424W.m''' for quartic pressure-free velocity diffusion matrix <pre> function [Dm,RowNdx,ColNdx]=DMat4424W(Xe,Elcon,nn2nft) %DMAT4424W - General quadrilateral He...") (top)
- 18:21, 4 July 2011 (diff | hist) Code: Lid-driven cavity using pressure-free velocity form (2) (added text)
- 18:01, 4 July 2011 (diff | hist) N Code: Lid-driven cavity using pressure-free velocity form (2) (lid-driven cavity using quartic Hermite elements.)
- 17:20, 4 July 2011 (diff | hist) Source code archive - educational (Add new Matlab code)
- 17:10, 4 July 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form (→Lid-driven cavity using pressure-free velocity formulation)
- 14:39, 30 June 2011 (diff | hist) m Code: Lid driven cavity using pressure free velocity form (→Theory)
- 14:34, 30 June 2011 (diff | hist) Code: Lid driven cavity using pressure free velocity form (→references: add missing author)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)