1. Kinematic viscosity= Dynamic viscosity\\ Density unit: m^2* S^-1 2. Dynamic viscosity= Shear stress* velocity gradient unit: kg*( mS)^-1 3. Peclet number= It is the product of Reynold\'s number and Prandtl number,It can also be defined as the ratio of thermal energy convected within the fluid to the ratio of thermal…
Sai Avala
updated on 07 Feb 2018
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Sai Avala (12)
program alkanes alkenes alkynes ar vs n
https://drive.google.com/file/d/1d62O0inCuDkNeH0ps-jKkP9HE1iXzXmK/view?usp=drivesdk Link to code https://drive.google.com/file/d/146_FQ-V0ezUQaL-nWobX9L5BHtzmdqU0/view?usp=drivesdk As we can see in the graph the ar increases as number of moles of carbon increases but the increase is higher in Alkanes,slightly less in alkenes…
01 Apr 2018 09:07 AM IST
Ar vs n in Hydrocarbons
https://drive.google.com/file/d/1d62O0inCuDkNeH0ps-jKkP9HE1iXzXmK/view?usp=drivesdk Link to code https://drive.google.com/file/d/146_FQ-V0ezUQaL-nWobX9L5BHtzmdqU0/view?usp=drivesdk As we can see in the graph the ar increases as number of moles of carbon increases but the increase is higher in Alkanes,slightly less in alkenes…
09 Mar 2018 02:57 AM IST
Ar vs n in Hydrocarbons
https://drive.google.com/file/d/1d62O0inCuDkNeH0ps-jKkP9HE1iXzXmK/view?usp=drivesdk Link to code https://drive.google.com/file/d/146_FQ-V0ezUQaL-nWobX9L5BHtzmdqU0/view?usp=drivesdk As we can see in the graph the ar increases as number of moles of carbon increases but the increase is higher in Alkanes,slightly less in alkenes…
09 Mar 2018 02:56 AM IST
Coding Basics
1.A is row matrix of the given elements. A = 1 2 3 4 5 2.B is a column matrix of the given elements. B= 1 2 3 4 5 3.C is a product of A and Transpose of B,which is not possible according to the rules of matrix multiplication. 4.C is the product of B and A C= 1 2 3 4 …
17 Feb 2018 03:18 AM IST
Coding Basics
1.A is row matrix of the given elements. A = 1 2 3 4 5 2.B is a column matrix of the given elements. B= 1 2 3 4 5 3.C is a product of A and Transpose of B,which is not possible according to the rules of matrix multiplication. 4.C is the product of B and A C= 1 2 3 4 …
17 Feb 2018 03:18 AM IST
Units of quantities
1. Kinematic viscosity= Dynamic viscosity\\ Density unit: m^2* S^-1 2. Dynamic viscosity= Shear stress* velocity gradient unit: kg*( mS)^-1 3. Peclet number= It is the product of Reynold\'s number and Prandtl number,It can also be defined as the ratio of thermal energy convected within the fluid to the ratio of thermal…
17 Feb 2018 03:16 AM IST
Units of quantities
1. Kinematic viscosity= Dynamic viscosity\\ Density unit: m^2* S^-1 2. Dynamic viscosity= Shear stress* velocity gradient unit: kg*( mS)^-1 3. Peclet number= It is the product of Reynold\'s number and Prandtl number,It can also be defined as the ratio of thermal energy convected within the fluid to the ratio of thermal…
07 Feb 2018 06:48 AM IST
Units of quantities
1. Kinematic viscosity= Dynamic viscosity\\ Density unit: m^2* S^-1 2. Dynamic viscosity= Shear stress* velocity gradient unit: kg*( mS)^-1 3. Peclet number= It is the product of Reynold\'s number and Prandtl number,It can also be defined as the ratio of thermal energy convected within the fluid to the ratio of thermal…
07 Feb 2018 06:48 AM IST
Units of quantities
1. Kinematic viscosity= Dynamic viscosity\\ Density unit: m^2* S^-1 2. Dynamic viscosity= Shear stress* velocity gradient unit: kg*( mS)^-1 3. Peclet number= It is the product of Reynold\'s number and Prandtl number,It can also be defined as the ratio of thermal energy convected within the fluid to the ratio of thermal…
07 Feb 2018 06:48 AM IST
Coding Basics week 2
1.A is row matrix of the given elements. A = 1 2 3 4 5 2.B is a column matrix of the given elements. B= 1 2 3 4 5 3.C is a product of A and Transpose of B,which is not possible according to the rules of matrix multiplication. 4.C is the product of B and A C= 1 2 3 4 …
07 Feb 2018 05:21 AM IST
Divergence Gradient Curl Rank
Divergence = The dot product of the vector and Nabla operator. Gradient = It is the derivative of a multi variable function,if there\'s only one variable it is also called slope,but as variables increase it is represented as a change in color . Curl = It is the cross product of gradient and the given vector field.It usually…
25 Jan 2018 02:43 AM IST
Difference between Initial value conditions problem and boundary value conditions problem
In initial value problem we are given the derivative of a function say f(x) at one point i.e. for example f\'(x) at x=2 will be specified(at x=2 f\'(x)=1) or something like that.But for a boundary value problem slope at two points will be specified,for example if we consider the previous example f\'(2) and f\'(4) will…
25 Jan 2018 01:34 AM IST