When dealing with 2-D Laplace equation how is Differential quadrature method applied to get the solution. How are the four boundary conditions incorporated into the formulation?
I had the same problem as you had for 2D vibration problems. Unfortunately, the best experts did not help me either. I figured out myself. you know that we need a matrix like A *u= B for solution. You have to number the nodes first and relates them to the matrix elements A. In other words for node (i,j) specify a node number that number is used for referring to matrix A.
Consider we have 5 * 5 nodes along x and y =25 nodes in total. So the matrix A should be 25*25. So, you have to relate (i,j) of the node to a number like
(1,1) =1
(1,2)=2
.
(5,5)=25
Then , you know your boundaries i,j and their node numbers. Now, you can easily modify the matrix A elements of the boundaries.
In most of the references, the matrix A is built in such a way that the boundaries and inner nodes equations are separate which is useless in my opinion. You can have the Matrix A with mixed equations in between and still have the same answer.
In Differential quadrature method the unknown u and its partial derivatives are expressed in terms of node points where boundary points are also included. Use them at the boundary to form as many equations as unknowns.
When dealing with one dimensional problems we can get a set of linear equations directly. But in the case of 2-D problems am not able to form linear equations. Am using the method proposed by "Mingle" to substitute for the partial derivatives. I have the weighting coefficients corresponding to the second order derivatives but am having trouble in getting the system of equations. Please help with this.
Kindly see the attached answer for your question. For more clarification our papers on 2 dimension problems where we have solved time dependent problems but treatment at the boundary is the same.
Sir one more clarification in case of solution of Laplace equation does the maximum value comes at the boundary always? Like in this case, the inner grid point values of u should be less than 1?
Sir I got the solution for the 2-D Poisson equation and is matching with the analytic solution.
Now I am trying to solve the free vibration of a cantilever beam. I am attaching a word document in which I have given the progress of my work. I am not able to converge to fundamental frequency. I have tried increasing the sample points but still I am not getting the result. Can you please refer my work and advise me where I have gone wrong.
I have referred the review paper of C.W.Bert and Moinuddin Malik (page No 10).
I had the same problem as you had for 2D vibration problems. Unfortunately, the best experts did not help me either. I figured out myself. you know that we need a matrix like A *u= B for solution. You have to number the nodes first and relates them to the matrix elements A. In other words for node (i,j) specify a node number that number is used for referring to matrix A.
Consider we have 5 * 5 nodes along x and y =25 nodes in total. So the matrix A should be 25*25. So, you have to relate (i,j) of the node to a number like
(1,1) =1
(1,2)=2
.
(5,5)=25
Then , you know your boundaries i,j and their node numbers. Now, you can easily modify the matrix A elements of the boundaries.
In most of the references, the matrix A is built in such a way that the boundaries and inner nodes equations are separate which is useless in my opinion. You can have the Matrix A with mixed equations in between and still have the same answer.