... locally strictly convex in (S, V ). (ii) F is locally strictly concave in T, locally strictly convex in V . (iii) H is locally strictly concave in P, locally strictly convex in S. (iv) G is locally ... d − W exact 1-form non-exact 1-forms (12) c. Carnot cycles Definition.ACarnot cycle Γ for our fluid is a cycle consisting of two distinct adiabatic paths and two distinct isothermal path...
Ngày tải lên: 17/03/2014, 14:29
...
Ngày tải lên: 31/03/2014, 15:16
Partial Differential Equations part 1
... boundaryconditions can also be encountered.) 834 Chapter 19. Partial Differential Equations Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) ... direct matrix methods. 832 Chapter 19. Partial Differential Equations Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C)...
Ngày tải lên: 28/10/2013, 22:15
Partial Differential Equations part 2
... second-order upwind differencing are discussed and compared in [2-3] . Second-Order Accuracy in Time When using a method that is first-order accurate in time but second-order accurate in space, ... v∆t significantly smaller than ∆x to achieve desired accuracy, say, by at least a factor of 5. Thus the Courant condition is not actually the limiting factor with such schemes in practice. However, ....
Ngày tải lên: 07/11/2013, 19:15
Tài liệu Partial Differential Equations part 3 pptx
... 848 Chapter 19. Partial Differential Equations Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University ... from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University Press.Programs Copyright (C) 1988-1992 by Numerical Recipes Sof...
Ngày tải lên: 15/12/2013, 04:15
Tài liệu Partial Differential Equations part 4 ppt
... and Cyclic Reduction Methods 857 Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University Press.Programs Copyright ... from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University Press.Programs Copyright (C) 1988-1992 by Numerical Recip...
Ngày tải lên: 15/12/2013, 04:15
Tài liệu Partial Differential Equations part 5 ppt
... 862 Chapter 19. Partial Differential Equations Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University ... numerical instabil- ity. For these and other practical details, refer to [2] . 860 Chapter 19. Partial Differential Equations Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC...
Ngày tải lên: 15/12/2013, 04:15
Tài liệu Partial Differential Equations part 6 doc
... your speci c problem. We can only give a brief 868 Chapter 19. Partial Differential Equations Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright ... from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University Press.Programs Copyright (C) 1988-1992 by Numerical R...
Ngày tải lên: 15/12/2013, 04:15
Tài liệu Partial Differential Equations part 7 doc
... { uc[ic][jc]=0.5*uf[iif][jf]+0.125*(uf[iif+1][jf]+uf[iif-1][jf] +uf[iif][jf+1]+uf[iif][jf-1]); } } for (jc=1,ic=1;ic<=nc;ic++,jc+=2) { Boundary points. uc[ic][1]=uf[jc][1]; uc[ic][nc]=uf[jc][ncc]; } for (jc=1,ic=1;ic<=nc;ic++,jc+=2) { uc[1][ic]=uf[1][jc]; uc[nc][ic]=uf[ncc][jc]; } } void ... ic,iif,jc,jf,nc; nc=nf/2+1; for (jc=1,jf=1;jc<=nc;jc++,jf+=2) Do elements that are copies. fo...
Ngày tải lên: 24/12/2013, 12:16