Science method

Numerical Methods - Science method

Explore the latest questions and answers in Numerical Methods, and find Numerical Methods experts.
Questions related to Numerical Methods
  • asked a question related to Numerical Methods
Question
10 answers
Hello,
I am currently working on a mathematical problem that involves solving for a variable \(t\) in the following equation:
\[ \sum_{i=1}^{n} Ai E_i^t = b \]
where \(E_1, E_2, E_3, \ldots, E_n\) are given positive constants, A1 A2.... are given constants, and \(b\) is a given constant as well. I am interested in finding the smallest positive root for \(t\).
Does this type of equation have a specific name or classification within mathematics? I am particularly interested in methods or algorithms that can be used to find the smallest positive solution for \(t\). Are there any analytical methods, or would a numerical approach be more appropriate?
I have considered a few approaches, such as numerical methods like the bisection method or Newton's method, but I think they are difficult to get the the smallest positive root.
Relevant answer
Answer
In this case I would like to introduce a new var y=e^t (e is Euler number, as u wrote) and solve a polynomial equation instead of a power
  • asked a question related to Numerical Methods
Question
1 answer
The triple integral I= ∫∫∫(on the domain V) f(x,y,z) dV cannot be calculated either analytically in the general case or even numerically.
Recently we have seen many attempts, some using the Schrödinger equation in QM!?, to evaluate its integral, but unfortunately all ended in failure.
Perhaps this is why Einstein introduced tensor algebra just to estimate the total garavity energy near the sun, as follows:
U= ∫∫∫ G(x,y,z) dx dy dz
.
To our knowledge the only numerical method we know for this triple integral is [1],
I= f(x1,y1,z1) . SW1 +f(x2,y2,z2) . SW2. . . + f(x27,y27,z27) . SW27
Where SW,s are the statistical weights of the triple integral.
Do you know a better one?
1- A rigorous reform of physics and mathematics.
Relevant answer
Answer
The triple integral I= ∫∫∫(on the domain V) f(x,y,z) dV cannot be calculated either analytically in the general case or even numerically.
Recently we have seen many attempts, some using the Schrödinger equation in QM!?, to evaluate its integral, but unfortunately all ended in failure.
Perhaps this is why Einstein introduced tensor algebra just to estimate the total garavity energy near the sun, as follows:
U= ∫∫∫ G(x,y,z) dx dy dz
.
To our knowledge the only numerical method we know for this triple integral is [1],
i= f(x1,y1,z1) . SW1 +f(x2,y2,z2) . SW2. . . + f(x27,y27,z27) . SW27
Where SW,s are the statistical weights of the triple integral.
Numerical examples,
I=∫∫∫[0,1]^3 f(x,y,z) dx dy dz
for f(x)=x or f(x)=y or f(x)=z
then I is almost the same and is equal to 13.6
for f(x)=x^2 or f(x)=y^2 or f(x)=z^2
then I have almost the same value and equals 11
for f(x)=x+y+z,
I = 40.54
1- A rigorous reform of physics and mathematics.
  • asked a question related to Numerical Methods
Question
2 answers
How can I determine the governing equations for these processes, and what bibliography would you recommend for identifying the most accessible simulation solutions to address how the additional transport terms for chemical species and heat generation influence the general form of the Navier-Stokes equations in turbulent combustion, as well as the numerical methods best suited to capture the interactions between reaction chemistry and fluid dynamics?
Does anyone have some sources and can share them for a scientific collaboration/ simulation in Ansys?
Relevant answer
Answer
Determining the governing equations for turbulent combustion and the influence of chemical species and heat generation on the Navier-Stokes equations involves studying:
  1. Combustion Theory: Understand how chemical reactions generate heat and affect fluid properties such as density and viscosity. This includes species conservation equations and energy conservation that account for reaction rates and heat release.
  2. Turbulence Modeling: Study turbulence's impact on mixing and reaction rates. Explore models like RANS (Reynolds-Averaged Navier-Stokes), LES (Large Eddy Simulation), or DNS (Direct Numerical Simulation) depending on your computational resources.
  3. Coupling Reaction Chemistry and Fluid Dynamics: Learn about models like the Eddy Dissipation Concept (EDC), Flamelet models, and the Filtered Density Function (FDF) approach.
Recommended Bibliography:
  1. Textbooks:"Combustion" by I. Glassman and R.A. Yetter: Covers the fundamentals of chemical kinetics and heat generation. "Turbulent Flows" by S.B. Pope: Provides in-depth coverage of turbulence and turbulent combustion. "An Introduction to Combustion: Concepts and Applications" by S.R. Turns: A beginner-friendly resource for combustion fundamentals. "Computational Methods for Fluid Dynamics" by J.H. Ferziger and M. Perić: Useful for understanding numerical methods in CFD.
  2. Papers and Reviews:Check Progress in Energy and Combustion Science for state-of-the-art reviews. Explore Combustion and Flame journal for research on turbulent combustion modeling and simulation.
  3. Software-Specific Guides:ANSYS Fluent Theory Guide: Excellent for understanding how Fluent implements turbulence and combustion models. CFD Online Forums: A valuable resource for shared experiences and custom solutions.
Numerical Methods to Explore:
  • Finite Volume Method (FVM): Most common in CFD for solving coupled fluid dynamics and reaction chemistry.
  • Spectral Methods: High accuracy for specific turbulence-chemistry interaction studies.
  • Adaptive Mesh Refinement (AMR): Efficient for resolving steep gradients in reactive flows.
  • asked a question related to Numerical Methods
Question
13 answers
Hello dear professors, students and all researchers of mathematical sciences, my question is whether it is possible to define only one algorithm by considering all innovative numerical methods for solving partial boundary value problems And the nature of the problem, with the best numerical method that is more consistent and stable with the least error to get the numerical solution of the problem?
Relevant answer
Answer
A small and direct answer is 'No'.
It depends on several parameters. The PDE is linear or nonlinear? The boundary conditions are Dirichlet, Neumann or mixed type? The dimension of the problem? Is it time-depends or no?....
If such algorithm exists, it will be a revolution in the field of numerical methods. 'if'
Best regards
  • asked a question related to Numerical Methods
Question
1 answer
Hello everyone, I am conducting a simulation task using CEL method in Abaqus related to offshore pipeline. I would like to know how to assign different soil materials for several soil layers of Eulerian part in Abaqus, please help. Thank you so much
Relevant answer
Answer
Applying different materials to separate layers of an Eulerian part in Abaqus requires defining the regions within the part and assigning material properties to these regions. The Eulerian mesh in Abaqus is typically used for problems involving fluid flow, multiphase interactions, or highly nonlinear deformations, and it consists of a fixed grid where the material can move.
To apply different materials to several layers in an Eulerian part, follow these steps:
1. Define the Eulerian Domain and Partitioning:
  • Create an Eulerian part and mesh it as required.
  • Use Partition to divide the Eulerian part into different regions (layers). This partitioning can be done based on geometric features or by creating datum planes to specify the boundaries of the layers.
2. Create the Materials:
  • Define the required materials in the Materials module.
  • For each material, specify the necessary properties, such as density, elasticity, plasticity, and any other relevant parameters.
3. Assign Sections:
  • Create Sections for each material. Go to SectionCreate, select the Eulerian material type, and assign the corresponding material to the section.
4. Assign Sections to the Regions:
  • Go to the Property module and assign the previously created sections to the partitioned regions of the Eulerian part.
  • Click Assign Section → Select the regions/layers you want to assign the section to → Choose the appropriate section (material) → Click Done.
5. Define the Initial Conditions for the Eulerian Domain:
  • Specify the initial volume fractions for each Eulerian material in the regions.
  • Go to ModelFieldInitial ConditionsCreate → Choose the Eulerian Volume Fraction.
  • Assign the initial volume fraction of each material to the corresponding partitioned regions of the Eulerian domain.
6. Set up the Analysis:
  • Set up your analysis as usual, defining the step, boundary conditions, interactions, and loads as needed.
  • Ensure the mesh and the defined regions are compatible with the material behavior you expect during the simulation.
7. Verify and Run the Simulation:
  • Verify the material assignments in the Visualization module before running the simulation.
  • Ensure that the volume fractions and material definitions align with the partitioned regions to avoid errors during the simulation.
  • asked a question related to Numerical Methods
Question
4 answers
When one develops a numerical method (FDM, root finding...) for a certain problem solving, proof of convergence, consistency and stability is a necessary task. Who may explain the similarity (relations) and differences between order of convergence and rate of convergence?
Thanks!
Relevant answer
Answer
Hi,
A sequence ( x_n ) that converges to L is said to have order of convergence q ≥ 1 and rate of convergence μ if
lim n → ∞ |x_{n + 1} − L| / |x_n − L|^q = μ.
Best
  • asked a question related to Numerical Methods
Question
26 answers
I.e. Applications of fractional calculus.
Relevant answer
A priori the answer is yes, like any mathematical tool. The question is where does it provide "best" help? In those local processes (velocity, acceleration, ...) ordinary calculus, together with the new local differential operators, provides better results; On the other hand, fractional calculus is better in processes in which past history is significant (population growth, epidemic, tumors, ...). I must clarify something: fractional calculus IS NOT A GENERALIZATION of ordinary calculus. On several occasions I have clarified it because it seems to be a recurring error, there is no way in which the fractional derivative is reduced to the ordinary one, therefore it is not a generalization, IT IS AN EXTENSION. Some of the new local differential operators, IF THEY ARE A GENERALIZATION of the ordinary derivative, can be for a value of the order, for example, in the Khalil conformable derivative if α is 1, it reduces to the ordinary derivative, the same thing happens with our derivative N, if the kernel is 1, we have the ordinary derivative.
  • asked a question related to Numerical Methods
Question
3 answers
students already took
1. numerical methods
2. programming language
3. Probability and statistics
Relevant answer
The best books on computational physics that you can find in my opinion are:
1.Computational Physics Simulation of Classical and Quantum Systems- Philipp O.J. Scherer
2.COMPUTATIONAL PHYSICS-Morten Hjorth-Jensen
3.A Primer on Scientific Programming with Python-Hans Petter Langtangen
  • asked a question related to Numerical Methods
Question
2 answers
Hi All,
I am trying to generate the 3D corneal surface from the Zernike Polynomials. I am using the following steps, can anyone please let me know whether they are accurate
Step 1: Converted the cartesian data (x, y, z) to polar data (rho, theta, z)
Step 2: Nomalised the rho values, so that they will be less than one
Step 3: Based on the order, calculated the Zernike polynomials (Zpoly), (for example: if the order is 6, the number of polynomials is 28 )
Step 4: Zfit = C1 * Z1 + C2 * Z2 + C3 * Z3 + ......... + C28 * Z28
Step 5: Using regression analysis, calculated the coefficient (C) values
Step 6: Calculated the error between the predicted value (Zfit) and the actual elevation value (Z)
Step 7: Finally, converted the polar data (rho, theta, Zfit) to Cartesian coordinates to get the approximated corneal surface
Thanks & Regards,
Nithin
Relevant answer
Answer
First, represent the Zernike polynomial as a complex polynomial in polar coordinates (r, θ) using the Zernike radial polynomials Rl(p) and angular harmonics Pm(θ). Then, evaluate the polynomial at a grid of points on a circular domain (e.g., using a radial and angular resolution). Finally, use the complex values to create a 2D array representing the surface height at each point. You can use libraries like Python's NumPy and SciPy to perform these steps. For example, you can use the `numpy.meshgrid` function to create a grid of (r, θ) values, and then evaluate the Zernike polynomial using NumPy's `polyval` function.
  • asked a question related to Numerical Methods
Question
3 answers
numerical methods
Relevant answer
Answer
I have solved many heat transfer problems using numerical methods but do not understand your question.
  • asked a question related to Numerical Methods
Question
1 answer
Dear Master Degree, MPhil, and PhD Research Scholars,
We are thrilled to extend an invitation to the AESIM School on Computational Mathematics, focusing on "Differential Equations, Numerical Methods, and Their Applications with Scientific Computing." This event is organized by the Central Department of Mathematics at Tribhuvan University, Nepal and supported by CIMPA.
Key Details:
Venue:Central Department of Mathematics, Tribhuvan University, Nepal.
Program Dates: May 12-23, 2024
Registration Deadline: June 1, 2024
This unique school offers an excellent opportunity for Master Degree, MPhil, and PhD Research Scholars to delve into the realms of Computational Mathematics, specifically exploring Differential Equations, Numerical Methods, and their real-world applications through Scientific Computing.
Best regards,
Jeevan Kafle,
Relevant answer
Answer
Dear Dr. Jeevan Kafle,
Does this program have funding? If yes, what does the funding include?
Thank you in advance.
  • asked a question related to Numerical Methods
Question
1 answer
Out of scientific curiosity, I am interested in Lagrangian dynamical systems that can be expressed in a "linear" manner. By this, I mean that their Lagrangian can be expressed, linearly, as
L = 1/2 (dq/dt)^T.M.(dq/dt) - 1/2 q^T.K.q^T,
where 'q' is a vector in R^n; 'M' and 'K' are symmetric, positive-definite, n-dimensional square matrices with constant coefficients.
One example of such a system is the "linear" double pendulum which is simply a double pendulum where one assumes small angles during motion (see for example https://math24.net/double-pendulum.html).
Usually, it is easy to obtain the analytic solutions for this kind of system (as for the linear double pendulum). So my question is if there exist any other examples such as this one, with true technical/scientific interest? And particularly, is there a similar example where the analytic solution is not obvious at all (requiring the use of numerical methods)?
Relevant answer
Answer
The Euler-Lagrange equations for this are simply (d/dt)(M.dq/dt) = -K.q. to find exact solutions all you need are the generalized eigenvalues of (M,K) i.e., the values a where M.v = a.K.v. with v non-zero. If n >= 5 there are symmetric positive definite matrices for which there is no formula for these eigenvalues. But that's the only thing you need numerical methods for.
  • asked a question related to Numerical Methods
Question
1 answer
accord to perimeter of an atrapecium
is a+b+c+d
area
b times B times heihght /2
and is the same simettries than a numerical methods
and is also a ortogonolazitaion of gramh schmidt
Relevant answer
  • asked a question related to Numerical Methods
Question
4 answers
I am working on a research project involving a system of differential equations with one ordinary differential equation (ODE) and two partial differential equations (PDEs).
I would like to discuss methods and approaches for solving this system efficiently using Numerical method and Machine Learning.
Can you recommend Python/Matlab code for using numerical techniques and ML
Any guidance or references would be greatly appreciated.
Relevant answer
Answer
That's a good question. I rarely do that so not at answering this but you can find some nice tutorials for that from experts in this field.
Tutorials:
  • asked a question related to Numerical Methods
Question
5 answers
I have a large sparse matrix A which is column rank-defficient. Typical size of A is over 100000x100000. In my computation, I need the matrix W whose columns span the null space of A. But I do not know how to fastly compute all the columns of W.
If A is small-scale, I know there are several numerical methods based on matrix factorization, such as LU, QR, SVD. But for large-scale matrices, I can not find an efficient iterative method to do this.
Could you please give me some help?
Relevant answer
Answer
This paper: http://cedric.cnam.fr/~bentzc/INITREC/Files/DW10.pdf might be a good starting point.
  • asked a question related to Numerical Methods
Question
1 answer
give answer
Relevant answer
Answer
The weighted residual method (WRM) by itself is an analytical method that is generally used to obtain an approximate solution. In principal, if you consider a polynomial basis of infinite order, you can always get the exact solution. However, we try to use lower order basis functions to capture the major properties of the solution. In simpler problems this may actually be the same as the exact analytical solution, however, in general, it's mostly an approximation.
This method is also used in numerical solution schemes such as FEM, where the solution domain is discretized into finite-dimensional small elements and then WRM is applied to each element.
  • asked a question related to Numerical Methods
Question
3 answers
I am trying to solve the system in the following figure by any numerical method. Can you please suggest me a source to learn this with Mathematica or Matlab?
Relevant answer
Answer
You can use MATLAB or Mathematica code for solving the system of ODE of higher order by any numerical method.
  • asked a question related to Numerical Methods
Question
1 answer
To solve the complex number equation z^4 + 2z^3 + (2+i)z^2 + (1+3i)z - (3+2i) = 0, we can follow these steps:
Step 1: Rearrange the equation to set it equal to zero: z^4 + 2z^3 + (2+i)z^2 + (1+3i)z - (3+2i) = 0
Step 2: Factor the equation to find possible roots. Unfortunately, there is no simple general method to factor a quartic (degree 4) equation. However, we can use numerical methods or software to find approximate solutions.
Step 3: Use numerical methods or software to solve for the roots of the equation. Solving this quartic equation requires more complex numerical techniques like Newton-Raphson method or polynomial root-finding algorithms.
  • asked a question related to Numerical Methods
Question
9 answers
Hi all,
I am currently working on simulating a water jet problem, where water is injected from the left boundary and exits the domain through the right boundary. However, I am facing a challenge of keeping both momentum and mass conservation at the same time. In order to ensure mass conservation in the scenario where a single two-dimensional jet evolves into multiple droplets, it is necessary to enforce the condition that the outlet flux, represented by the product of the cross-sectional area of the droplets (S2) and their velocity (u2), is equal to the inlet flux, represented by the product of the initial cross-sectional area of the jet (S1) and its velocity (u1). Since S2 is typically greater than S1, it follows that u2 must be smaller than u1 to maintain mass conservation. However, this approach alone does not guarantee momentum conservation.
ps: I am using my own code for the simulation and it is an incompressible flow solver, which has been validated in many benchmark cases. The physical properties in my code jump across the interface without any diffusion.
Best regards,
Min Lu
Relevant answer
Answer
Hi
It may say that you do the simulation with your own code, or with Fluent or CFX?
  • asked a question related to Numerical Methods
Question
1 answer
I wonder HEC-RAS 2D Only uses "Finite Difference" mothod for solving the equations or it may utilize other numerical methods (Such as "Finite Volume", etc.) for this purpose?
Relevant answer
Answer
HEC-RAS can solve the 2-D Shallow water equation using a finite volume approach.
  • asked a question related to Numerical Methods
Question
1 answer
I'm interested in applying Non-equilibrium Thermodynamcis for Glassy Polymer (NET-GP) [1] framework to Statistical Associating Fluid Theory (SAFT) variations. Although the NE-SAFT models were reported multiple times in the literature [2], none of them explained how to do this starting from equilibrium SAFT codes/programmes (such as Matlab, python). The papers generally just write "determined by numerical method" in MATLAB, which doesn't offer too much insights.
The biggest issue (that I can identify) is conventional equilibrium SAFT programmes takes temperature (T) and pressure (P) as independent variables, whereas in the NET-GP framework, the independent variables are instead be temperature (T) and another volume(V)-dependent variables (such as polymer volume or polymer density).
Given this information, how should I modify a conventional SAFT code to produce NE-SAFT? Is there a quick work around this (T,V) dependency? Or, would the only way be rewriting all SAFT equations to take (T,V) as indepedent variables?
Relevant answer
Answer
Louis Nguyen To obtain Non-equilibrium (NE)-SAFT from an existing equilibrium SAFT code, various changes must be made to the code.
To begin, you would need to adjust the equations used in the SAFT model to account for the polymer volume (or polymer density) dependency on temperature and pressure. This would very certainly necessitate some adjustments to the mathematical form of the equations.
Second, you'd need to change the code's input such that temperature and volume-dependent variables may be provided as independent variables rather than temperature and pressure. This would very certainly necessitate changes to the input procedures and input storage.
Finally, the output routines would need to be modified to allow for the computation of thermodynamic parameters important to the NE-SAFT model, such as the equation of state, heat capacity, and internal energy.
It may be feasible to discover a faster workaround, but it is probable that making these changes to the current code would be easier and easier than trying to find a workaround. Changing the code directly ensures that the result is compatible with the NE-SAFT model.
It's also worth noting that these revisions will very certainly necessitate a solid grasp of the mathematical underpinnings of the SAFT model, as well as the alterations required to achieve the NE-SAFT model.
  • asked a question related to Numerical Methods
Question
2 answers
I have a system of non-linear differential equations that explains the behaviour of some of the cancer cells.
Looking for help identifying the equilibrium points and eigenvalues of this model in order to determine the type of bifurcation present.
Thanks in advance.
Relevant answer
Answer
Well it's a good idea to find some of them, first. The first equation implies that y=0 is an equilibrium, so a class of equilibria is of the form (x,0,z). That reduces the problem. From the last equation it then should be possible to solve for z and, from the second, for x.
Then look at the other factor of the first equation; and so on.
  • asked a question related to Numerical Methods
Question
10 answers
I'm trying to write a java programme that will solve the system of ordinary differential equations using the Runge-Kutta fourth-order (RK4) technique. I need to solve a system of five equations. Those are not linear.
And determining all of the equilibrium solutions to this system of differential equations also requires.
Can someone help me? Thank you in advance.
Relevant answer
Answer
Hereby attached is a system of three Ordinary Differential Equations (ODE). We have to use numerical methods such as RK4 and Euler to obtain the results using Java. I think RK4 is better for this kind of problem. In this thread, Dudley J Benton has already mentioned C programming for this. It is really amazing.
For the parameter values, you can use your own values for your convenience.
  • asked a question related to Numerical Methods
Question
1 answer
Hello everyone. Recently I'm working on modelling of train-induced vibrations and meeting some issues.
As in the description, I observed that the moving point load on the halfspace is always regarded as "the equvalent discrete stationary point loads (following distributing them to nodes based on work)" which locate at the certain points as point load moves to at each time step.
It seems right, but meanwhile probably the same as inducing the response by several discrete impacting point loads. If so, this change may lead to evident differences of the final dynamic field responses. Since the load boundary conditions are different, the actual moving load's one is a wavy expression like f(t-x/c) and the other one is like sum( f(t-x_i/c)*dirac(x-x_i) ) or the serval discrete points of the first one.
The case of several discrete impacting point loads refers to using FEM/BEM and other numerical methods. The continuous moving point load results obtained by analytical solutions differ from the former one according to the calculation. There may be some mistakes or misunderstanding from my side.
If you are familiar with this equivalent strategy of moving point load, I appreciate your answers.
Relevant answer
Answer
As i know, this problem only occurs when the dynamic issues are solved using the 3d numerical approches. Analytical and 2.5d method can avoid this. If you want to solve this problem using numerical method, 2.5d approch is recommended.
I think the problem you mentioned needs a convergence analysis. As dx which is the mesh size of the element approaches to zero, this approximation will converge to an actual moving state.
  • asked a question related to Numerical Methods
Question
31 answers
The Scheme may refer to a FDM or another numerical method.
Relevant answer
Answer
High-order or low-order scheme is based on a Tailor expansion of the local linear equation, however not all the equations are linear, such as Euler equations, so we need first to consider how to approximate the problem to a locally linearization process. This is done by Riemann solver or flux splitting. However, even we can linearize equations locally, but not every where can we improve the accurate order as high as we want. When discontinuity exists, as proved by Godunov, the linear scheme must no more than 1st-order if stability computing shock waves. Break works are done by TVD scheme, ENO and then WENO schemes, if we construct nonlinear schemes we can bypass the restrict of linear schemes and gain high-order at smooth regions, but in fact, near the shock waves, all schemes must automatically reduce the order if they want get a stable result.
More to say, the linearization process of the equations are also with orders, most of them are first order based on a constant assumption of the Riemann problem. If you want to improve it order, you can use generalized RIemann solver or use ADER method or UGKS.... But they are really more expensive and may cause other problems. First-order linearilization is still the most common used in the study of PDEs.
So just to my knowledge, higher-order may not lead to higher-accuracy.
  • asked a question related to Numerical Methods
Question
9 answers
I wonder if we can list direct methods to solve the optimal control problem. I would start with:
1. Steepest descent method
Can anyone add more? With appreciations.
Relevant answer
Answer
I do not think that the answer is so simple.
Direct methods for optimal control are a very broad class of methods that require two ingredients: a transcription approach and an optimisation method.
Virtually all optimisation methods on the market would be applicable if properly paired with a transcription method.
Already among the trancription approaches there are plenty of options:
- Single shooting with polynomial collocation of the controls
- Multiple shooting with polynomial collocation of the controls
- Collocation with pseudo-spectral methods (there are at least 5 variants)
- Transcription with multiple discrete impulses (see Sims and Flanagan)
- Transcription with finite trajectory elements (see https://www.sciencedirect.com/science/article/abs/pii/S0094576511002852)
This is just to list some. There are also direct methods that use neurocontrollers to model the control part.
You can then, mix and match optimiser with transcription method.
Then there are extensions to multi-objective optimal control problems (see ) that use multi-objective optimisers and extensions to problems with uncertainty ( )
Your question seems to be more, can we list all optimisation methods used to solve directly transcribed optimal control problems?
  • asked a question related to Numerical Methods
Question
4 answers
How can I get a MATLAB code of numerical methods for solving systems of singularly perturbed boundary value problems?
Relevant answer
Answer
Good luck.
  • asked a question related to Numerical Methods
Question
3 answers
Many Boundary Value problems can be solved by numerical methods ,l,am looking for the possibilty of combining some numerical methods with some integral transforms in order to speed the convergence
Relevant answer
Answer
I have also applied the principle of superposition to combine multiple analytical solutions (any one of which satisfies the governing partial differential equation) by solving a minimization problem of the residuals between the approximated and desired values. For example, a bunch of exponentially decaying sources in a field (which could be almost anything), adjusting the position and strength of each in order to best match some expectation. I used this to figure out how much of a contaminant was dumped and based on how far it had spread, when and where it was dumped. A guy who was paid to transport 8000 gallons of TCE to a disposal site parked the truck in the vacant lot next to his mistress' house and opened the valve.
  • asked a question related to Numerical Methods
Question
4 answers
......
Relevant answer
Answer
The former have been more extensively tested than the latter, for the time being.
  • asked a question related to Numerical Methods
Question
2 answers
Fuzzy boundary broblems have many applications ,so it's very important to compined semi-numericale methods as HPM,VIM,and ADM,......with some artificial algorithms.
Relevant answer
Answer
Dear Ms kfelati Thank you very much for your useful answer
  • asked a question related to Numerical Methods
Question
4 answers
Hello all,
Source terms have been known to cause reliability issues in numerical methods affecting therein convergence and accuracy. I am currently facing a similar challenge when trying to solve a Poisson equation with a non-zero divergence velocity field. The source term that I am working which is a cavitation source term dependent on local value of pressure.
For the most part, linearizing that source term seems to solve the issue in the literature however even with linearization my Poisson equation does not converge, and even when it does, the solution is inaccurate and often oscillatory.
Any input from the experts would be helpful
Relevant answer
Answer
Noted professor Stam Nicolis , I will keep that in mind. Thanks for your time and help!
  • asked a question related to Numerical Methods
Question
3 answers
It is believed that:
1- Fully implicit block numerical method performs extremely better than explicit methods and/or partially implicit methods in solving Stiff IVPs of ODEs.
2- Higher ordered methods tend to have better accuracy of the scaled error compared to lesser ordered methods, thurs the later got the advantage in less computational time in most cases.
3- In solving Stiff IVPs of ODE with any of the above methods, the smaller the choices of the step length (say h), the higher the accuracy (lesser error) and the faster the convergence of the method.
In line of the 1-3 above. Iam simulating and comparing a 4-point fully implicit method with 4-point explicit and 4-point diagonally implicit methods. But , iam not getting any advantage in terms of accuracy or less computatinal time. Despite the fact that all the method are zero and A-stables. Please, Sirs is the mistake from the simulation or any other idea ?
Relevant answer
Answer
I have done considerable research on the subject and published several books. Here is the truth of the matter... You can find many papers claiming that one method or another is quite superior to all others along with an example. The problem is that such authors carefully select one problem out of countless possible ones that illustrates the point they want to make. This is very different from proving that such a method is always or even often superior. While one method might work better for a few problems or a limited class of problems, it might not work well for others. Rather than embarking on a futile search for the perfect universal method, consider several proven algorithms and select the one that works best for the problem you want to solve. Select the method to fit the problem, not the problem to fit the method.
  • asked a question related to Numerical Methods
Question
4 answers
In general, there are numerous methods for estimating battery state in the literature. But, which method is more commonly used in real-world EV applications?
Relevant answer
Answer
I'd like to give the simple calculation:
SOC of an EV battery is measured by dividing the charge left in your battery by the maximum charge that can be delivered by the battery.
SOH can be calculated by dividing the maximum charge available of the battery by the rated capacity.
Units are in %
  • asked a question related to Numerical Methods
Question
4 answers
Can someone please explain how the time-lag and decrement factor of a building envelope obtained by the admittance method is different from the time lag and decrement factor obtained by any numerical method?
Relevant answer
Answer
Please refer to the following research artcile:
  • asked a question related to Numerical Methods
Question
8 answers
Some numerical methods (such as FDM and FEM) permit the use of high-order schemes for discretization of computational domain yielding higher-order accurate results. The accuracy attainable by a particular numerical method is a function of many variables and the proposed usage of such numerical solutions. From point of view of a Code Developer or Computational Fluid Dynamist, can it be said that high-order discretization method necessarily produce higher-order numerical solution?
Relevant answer
Answer
Hello to all, Nice question, maybe could be stated slightly better. In any way, if the question is: does using higher order discretization methods lead to more accurate responses, it seems to me the answer is "not necessarily". Even more if the question is: does using higher order discretization methods lead to responses converging with higher order, again it seems to me the answer is "not necessarily". To explain better, for the first case of the question, using discretization methods of higher order can lead to responses with the potential to converge with higher order. Considering the log-log plot of error with respect to the algorithmic parameter (the convergence plot), this means that close to the exact response, responses produced by methods of higher order can change on a straight line steeper (inclined more) than those associated with methods of lower order. However the location of the steeper line depends on other characteristics of the problem as well as the method, and hence, the accuracy produced when using methods of higher order is not necessarily more than when using methods of lower order. Regarding the second case of the question, when the order of discretization method is higher, the produced responses are of the potential to converge with higher order. However, if there are parameters in the problem that are approximations in convergence towards their exact values with some specific order. This specific order can cause the potential not to be materialized and the resulting responses to converge with an order of accuracy smaller than the order provided by the discretization methods. There are several references in this regard. The oldest I remember now is the paper of Penry and Wood on 1985. With many thanks for your kind attention, have a very nice and healthy day and future.
  • asked a question related to Numerical Methods
Question
38 answers
.
Relevant answer
Answer
Hello sirs, as for Matlab code for fractional differential equations, I would recommend FOTF toolbox, FOMCON toolbox and Prof Garrappa's Matlab implementation.
There are also some open source softwares focus on fractional differential equations I am working on:
Any suggestion and advice are welcomed😀
  • asked a question related to Numerical Methods
Question
2 answers
I would like to start a discussion of this specific topic.
Here I would like to discuss the list of possible techniques helpful for performing the simulation of oscillating bodies in quiescent fluid.
This discussion is open to all the students, teachers, and researchers.
I request you to reply here if you are familiar with code development in OpenFoam, IBPM, NEEK1000, lilypad and CFX
Relevant answer
Answer
Pradyumn Chiwhane I am posting here a previous answer I provided on submerged oscillating bodies in quiescent fluid. The total force exerted by the fluid on the cylinder, you should consider besides the drag the added mass force. Academic references are provided within the following research projects:
  • asked a question related to Numerical Methods
Question
9 answers
Some commonly used numerical methods for resolution of unstructured complex geometry include Finite Volume Method (FVM), Finite Element Method (FEM) and Spectral Element Method (SEM). Complex turbulent flow in a convergent-divergent rocket nozzle involving fluid-structure interactions may present additional challenge with grid resolution near the nozzle wall, hence the relevance of this question.
Relevant answer
Answer
As a general comment about the FSI methodologies, at present the trend is the Immersed Boundary Method. The genesis of this formulation is in the historical series of Peskin papers. Different formulations have beenrecently developed and presented in the literature. The IBM method can be implemented in FD, FV, FEM numerical formulations.
  • asked a question related to Numerical Methods
Question
7 answers
I have to study the cyclic behaviour of RC Beam-column joints by numerical method. For this study, which software will be the best.
Relevant answer
Answer
I used ANSYS software but i prefer ABAQUS
  • asked a question related to Numerical Methods
Question
4 answers
Can anyone please help me write a MATLAB program to find the temperature distribution (By numerical method) across a composite building wall subjected to periodic boundary conditions?
Relevant answer
Answer
Dear Debashish,
You may find the Matlab code for chapter 2 of my book:
A Compendium of Partial Differential Equation Models, CUP
can be adapted to your problem. It is based on the "Method of Lines".
The code can be downloaded from:
I hope this helps.
Regards,
Graham W Griffiths
  • asked a question related to Numerical Methods
Question
12 answers
Hello everyone, I have a request about solving a system of equations (preferred with "Maple"). please tell me an effective numerically method for solving two nonlinear (higher order) equations with two unknowns. it's about a magneto static instability in dusty plasmas. THANKS
Relevant answer
Answer
You are most welcome dear Tekle Gemechu . Wish you the best always.
  • asked a question related to Numerical Methods
Question
151 answers
My field of expertize is in CFD and not in climatology. But I would start a discussion about the relevance of the numerical methods adopted to solve physical models describing the climate change.
I am interested in details in physical as well as mathematical models and the subsequent numerical solution.
Relevant answer
Answer
Thank you for the very thoughtful remarks. I know the literature mentioned in your note and I admire the style and depth of these books. In many ways, the book "Big Breasts and Wide Hips" connects in my perception with Marquez's "One Hundred Years of Solitude" due to a subtle and mysterious surrealism.
Regarding the Nobel prize examples from your comment, I would like to suggest an article in The Atlantic:
(I disagree with some of the opinions above but the paper is very interesting).
As far as my philosophy is concerned, I see a big role for the models of a continuum which, in the present mathematical form, were introduced by Euler in the 1750s. I also think that we can considerably improve our numerical weather prediction models, but I also share some of your skepticism about very long-term digital projections.
  • asked a question related to Numerical Methods
Question
6 answers
Pleas see the attached file.
Relevant answer
  • asked a question related to Numerical Methods
Question
3 answers
I'm undergoing a Masters degree dissertation on the topic Assessment of concentration and modelling of radionuclide fate-and-transport in groundwater water of Wurno LGA, Sokoto state. I'm facing challenge with the modelling aspect.
Relevant answer
Answer
If the the transporting materials are ' solute-masses' and if you wish to use continuous models, the mathematical methods are using the PDEs. You need to apply conservation laws (mass, momentum, energy). In particular, based on the kind of diffusion that must take place, CDEs or ADEs may describe the model (in case of contaminant-mass transport). For the numerical methods, you have to specify some conditions on your data (may be ICs and or BCs). Then you can apply CFDMs, FEM or other methods...
Thank you!
  • asked a question related to Numerical Methods
Question
7 answers
I study about numerical solution of fractional partial differential equation using radial basis functions (Multiquadric). According to properties of Multiquadic, if for determined shape parameter c of Multiquadric, numerical method is stability, can I say the numerical method would be stability for smaller values than it?
Relevant answer
Answer
Dear Maryam,
The parameter 'c' in multiquadratic (and other) RBFs determines the accuracy and/or stability of the numerical scheme being implemented. Currently, no general method has been found for determining the best value for c.
Experience shows that as c becomes smaller, the RBF matrix condition number becomes larger until the equations can no longer be solved due to numerical precision limitations. Some good results for smaller c values are reported by both E J Kansa and Scott Sarra, using extended precision software.
  • asked a question related to Numerical Methods
Question
5 answers
There are several numerical methods for solving IVPs (of ODEs). There are single step or multi-step methods. The methods may be classified as explicit and implicit methods. When applying numerical methods convergence, consistency and stability are among important points of considerations.
Relevant answer
Answer
Dear Dudly J B, thanks!
  • asked a question related to Numerical Methods
Question
4 answers
How to find the shape of natural pressure arch formation around underground opening?
kindly suggest the right approach using analytical and numerical methods.
Relevant answer
Answer
If you perform (2D) UDEC-MC or better UDEC-BB you will see the rotation of the principal stresses out to e.g. about 1 diameter.
  • asked a question related to Numerical Methods
Question
4 answers
Nonlinear algebraic or transcendental scalar equations are usually solved by using iteration methods. Because some of them are so intricate to solve analytically or an approximate numerical solution is required. Nonlinear algebraic equations can occur during several modeling processes or when solving nonlinear BVPs using FDMs......
Relevant answer
Answer
I cover all of the best methods in this book, which will be free on Thursday (7/15) https://www.amazon.com/dp/B07FL7JR1J The software examples are free here http://dudleybenton.altervista.org/software/Nonlinear_Equations_examples.zip In answer to your question: It depends. Some methods are better than others. Some work well for one class of problems but not another class. In the literature you often find problems carefully selected to prove a point or make one method stand out above all the rest, which might make for an interesting paper but is not really helpful. I try to present a balanced approach.
  • asked a question related to Numerical Methods
Question
20 answers
Dear researchers,
In solving the problem, by using the numerical method, we already understand that the selection of the grid size strongly influences the calculation result, so we must perform a grid independence test. Is the transient case also affected by the time-step size (time delta)? If so, it means that we must also perform a 'time-independent test on problem-solving using numerical methods. What is your opinion?
Please give your reply.
Thank you very much.
Kind regards.
Relevant answer
Answer
Thank you so much for your valuable contributions.
Do you agree if, for transient simulation, the result must be "time-step independence", which is similar with the concept of grid-independence?
Please give your comment.
Thank you.
Have a nice day....
  • asked a question related to Numerical Methods
Question
8 answers
MCMC sampling is often used to produce samples from Bayesian posterior distributions. However, the MCMC method in general associates with computational difficulty and lack of transparency. Specialized computer programs are needed to implement MCMC sampling and the convergence of MCMC calculations needs to be assessed.
A numerical method known as “probability domain simulation (PDS)” (Huang and Fergen 1997) might be an effective alternative to MCMC sampling. A two-dimensional PDS can be easily implemented with Excel spreadsheets (Huang 2020). It outputs the joint posterior distribution of the two unknown parameters in the form of an m×n matrix, from which the marginal posterior distribution of each parameter can be readily obtained. PDS guarantees that the calculation is convergent. Further study of comparing PDS with MCMC is warranted to evaluate the potential of PDS as a general numerical procedure for Bayesian methods.
Huang H 2020 A new Bayesian method for measurement uncertainty analysis and the unification of frequentist and Bayesian inference, preprint,
Huang H and Fergen R E 1995 Probability-domain simulation - A new probabilistic method for water quality modeling. WEF Specialty Conference "Toxic Substances in Water Environments: Assessment and Control" (Cincinnati, Ohio, May 14-17, 1995),
Relevant answer
Answer
The Excel spreadsheet isn't transparent-it's exactly the opposite, since it provides the result, without showing how it's obtained. There's no problem of principle in programming a Monte Carlo sampling using Excel; just that the code won't be efficient, since an Excel speadsheet isn't designed for such calculations, when they really get interesting.
  • asked a question related to Numerical Methods
Question
5 answers
For explicit numerical numerical methods Courant number should be close to 1. How is the stability criterion defined for transient simulations using implicit numerical methods?
Relevant answer
Answer
Another issue that has to be taken into account is the convergence of the nonlinear iterations required by the implicit method. For a system y'=f(y), the solution of the nonlinear system derived from an implicit discretization by Newton's method will require to solve linear systems of the form I-dt*Jf, where dt is the time step and Jf the Jacobian of f. For too large dt, these systems may not be invertible any more, or the sufficient condition for the local convergence of Newton's method may be violated.
  • asked a question related to Numerical Methods
Question
4 answers
My quest is with respect to glass. How the numerical method application is useful in case of glass?
Relevant answer
  • asked a question related to Numerical Methods
Question
3 answers
  1. How can I solve the following differential equation system (equations 30 and 35 highlighted in the image) with known initial conditions xp0 and xw0 using the Runge-Kutta method or any other numerical method? HP, HW, GP, GW, gammaP, gammaW, and gammaF are fixed coefficients.
Relevant answer
Answer
Equations (30) and (35) are two linear relationships between xp, xw and their derivatives. First, you should solve the linear system with respect to the derivatives, so as to put it in the standard form of linear nonhomogeneous ODE systems. Then, once the problem is set in the standard form, you can apply any numerical method.
  • asked a question related to Numerical Methods
Question
6 answers
LBM is described as a powerful tool in treating fluid flows.
We always hear about its advantages as a numerical method.
The question is what are the limitations of LBM when it comes to complex flows?
Relevant answer
Answer
Below are the list of limitations and scope of further developments in LBM for complex flows"
1. Spurious currents: Unwanted or ghost currents are generated near the interface of the two-phase system due to discretization error in the forcing scheme as well as non-galiliean invariance. Many works are done in order to reduce the spurious currents yet it is challenging in various applications. One way is to use sophisticated collision models e.g. MRT, CM-MRT, cumulative etc. while the other way is to develop appropriate discretization rules for the forcing schemes.
Please refer, Christophe Coreixas , Linlin Fei for CM-MRT and a well picture of why spurious currents and how a well-balanced LBM is done by modifying equilibrium states please refer Zhaoli Guo recently published article in Physics of Fluids. Moreover, an insight into the force disrectization errors can also be understood in this paper.
2. Coupling with physicochemical processes: Complex flows are not encapsulated in mutiphase flows. Thermal and Chemical processes are still need to be coupled for the near imitation of natural processes. E.g. in drying of porous media, we need to couple the fluid flow with a thermal diffusion-advection method to show the non-isothermal effects. However, the ooccurrencef spurious currents hinder the process. One may use another set of PDFs for thermal process or use straight forward temperature equation with entropy balance but in the end it is again a query of how good your model is in respect to noisy currents.
Please refer, Feifei Qin for proper understanding of entropic LBM, using multirange forcing scheme to suppress spurious currents and then coupling with thermal effects.
3. The enigma of porous media: Complex flows need a medium like porous media for example. The intricate geometry of a porous media of widest pore spaces to narrowest channel of meniscus invasion often comes with a hurdle. For example, the Haines jumps. Haines jumps occur when a near pore-space is suddenly invaded due to contact angle instability. However, the invasion is so rapid that accurate tracking of the meniscus as well as having a mesh independent lattice domain is a challenge. To know more about Haines jumps in drying please refer my works where we overcame the challenge of mesh dependence as well as showcase the effect of haines jumps to drying kinetics.
Below are the list of papers worh reading to understand more about LBM
  • asked a question related to Numerical Methods
Question
4 answers
How can optical memories based photonic crystal create a hysteresis loop in a structure?
(In the analysis of these structures using the numerical method, how can we change the power from minimum to maximum and vice versa)
Please introduce reference in the field
Relevant answer
Answer
In all numerical analysis software, power is increased from minimum to maximum. But in the same conditions we can not minimize the power from the maximum value.
Please know how to do this process.
  • asked a question related to Numerical Methods
Question
5 answers
I need the basics for including energy loss in Hamilton formulation for Finite element analysis for vibration of viscoelastic materials. The papers I read use complex modulus to represent viscoelastic losses or convolution integrals. Can someone give me a link where the formulation starts from Hamilton's principle?
Relevant answer
Answer
Have you got answer about it?
  • asked a question related to Numerical Methods
Question
2 answers
I want to integrate two carbon fiber materials together and want to model it mathematically considering the processes of joining the materials and the possible stress around the joints due to external loads.
I will appreciate if someone can recommend and the numerical methods which one is better suited for this purpose.
Thank you all in advance
Relevant answer
Answer
Assuming you have a strong join (no delamination issues etc.) then you have continuity of the displacement and the stresses across the join. However, strains will *not* be continuous across the join. The weak form of the elasticity equations will still hold, and energy minimization (for static problems) also holds. Using FEM, make the element boundaries conform with the join to avoid the problems of trying to approximate discontinuous functions (e.g., strains) with the discontinuity inside an element.
  • asked a question related to Numerical Methods
Question
5 answers
A lot of time i found different papers in which numerical methods execute to find the solution of given model these numerical methods apply with initial condition but in analytical methods we used wave transformation to convert PDE into ODE. Here my question is raised in any case there is numerical method in applied and wave transformation is not given and we want to apply the analytical method, analytical method need wave transformation so, how can we make a wave transformation?
Relevant answer
Answer
Dear Waseem
The Lie symmetry method can be applied to construct such transformations.
Regards,
Kamyar
  • asked a question related to Numerical Methods
Question
5 answers
Please, how can I output global displacement (U) in Comsol? I want to calculate the compliance of my model. (Please, see the attached Comsol code). 
compliance = U transpose x Global stiffness matrix x U
I have used these lines of code to obtain the global stiffness matrix (Kf).
MA = mphmatrix(model, 'sol1', 'out', {'K','E'})
K = MA.K; % stiffness vector
Kf = full(K); % global stiffness matrix
Thank you.
Relevant answer
Hello all,
is there anybody who tried to extract the system matrices from COMSOL and tried to solve it using any of the numerical methods (central difference, Newmark's method)? If yes, could you please share your Matlab code for any dummy problem?
Thank you
  • asked a question related to Numerical Methods
Question
8 answers
Lagrange multipliers might become tricky for large number of variables and most of the examples on the internet are for small systems where it is possible to try every state of multipliers (either relative inequality constraints being active or not). Is there any suggestion for systematic numerical algorithm (iterative one) to solve optimization problems with inequality constraints by Lagrange Multipliers?
Relevant answer
Answer
Perhaps you can check this article:
  • asked a question related to Numerical Methods
Question
3 answers
Considering the rate of contaminant removal as pseudo 2nd order from the batch study, column study is being performed. I would like to predict the removal pattern of the contaminant in a non-equilibrium condition. A partial differential equation is coming as advection-dispersion-reaction equation(mentioned in the attached doc file). How can I get the concentration distribution (c vs t) using this equation? I found that it can be solved in Matlab using a numerical method. But somehow I couldn't figure it out using Matlab till now. Any help will be highly appreciable. Thanks in advance.
Relevant answer
Answer
Importantly I need the solution to that equation. Any method or process will definitely welcome. If you have any idea then kindly guide me to the solution. Thank you.
  • asked a question related to Numerical Methods
Question
3 answers
I am developing a solver to simulate compression of oil in shock absorber filled with viscoelastic compressible oil. The model will consider the loss due to viscosity which will decide the response of damper to the shock it experiences. Please include any link or document you think curucial for this.
I have made models for incompressible flows but I am having a hard time to find resources for this case.
Thank You!
Relevant answer
Answer
Thank you A N M Mominul Islam Mukut ! This document gives serious insight to my problem as well as implementation.
  • asked a question related to Numerical Methods
Question
27 answers
It's a very tedious job to write the charatcteristic equation and then find the eigen values, especially in large dense matrices.
Is there any general (so called) method by which one can find the eigen values of matrix?
Relevant answer
Answer
There are many methods that can do what you mentioned.
If you care about time and work, you can use some algorithms or software codes that can do this job. For methods and codes in MATLAB, see the attached link below (last pages)
  • asked a question related to Numerical Methods
Question
5 answers
  1. Due to the influ­ence of university education and papers published in leading international scientific journals, young scientists, in particular, believe that this is the sole way to advance knowledge. Experienced and practically oriented hydrologists do not always share their enthusiasm.
Relevant answer
Answer
I would like to share my thoughts. First of all, hydrology is not a science, it is engineering. Considering hydrology a science has no basis in the current educational system. Second, we need to focus on the physical understanding of hydrological process, not on meaningless mathematical refinement. Asking the right question is more important than trying to find answers of irrelevant questions. Third, there is no forum for practicing hydrologists to share knowledge and experience. All journals are in the hands of academic professors, who have very little experience or interest in the practical application of hydrology in real world; their primary emphasis is in obtaining grant money and producing papers. It appears to me that spending all grant money on real world problems for a few years will make a big difference and a solid advance in hydrology. What about giving it a try?
  • asked a question related to Numerical Methods
Question
7 answers
Hello All,
I am a novice to numerical methods. I am trying to numerically solve the following two coupled equations using Matlab; any suggestions are greatly appreciated.
Flux balance in spherical coordinates:
d/dr(r^2*N(r)) = r^2*[Ko*Exp(-E/R/T(r))*(Vmax - V(r))].....................(1)
The term in [ ] is a source term.
N is zero at r = 0 (symmetric boundary condition);
Flux, N, is here is convective in nature and is due to pressure gradient as given below.
N = (K/u)*(P(r)/r/T(r))*dP(r)/dr..................................................(2)
P is Ps at r = R (surface).
I have already worked out the T(r) and V(r) profiles separately.
Thanks!
  • asked a question related to Numerical Methods
Question
15 answers
Hello all,
I am looking for an method / algorithm/ or logic which can help to figure out numerically whether the function is differentiable at a given point.
To give a more clear perspective, let's say while solving a fluid flow problem using CFD, I obtain some scalar field along some line with graph similar to y = |x|, ( assume x axis to be the line along which scalar field is drawn and origin is grid point, say P)
So I know that at grid point P, the function is not differentiable. But how can I check it using numeric. I thought of using directional derivative but couldn't get along which direction to compare ( the line given in example is just for explaining).
Ideally when surrounded by 8 grid points , i may be differentiable along certain direction and may not be along other. Any suggestions?
Thanks
Relevant answer
Answer
The answer to a question about the numerical algorithms for resolving the issue of differentiability of a function is typically provided by the textbooks on experimental mathematics.
I recommend in particular: Chapter 5: “Exploring Strange Functions on the Computer” in the book: “Experimental Mathematic in Action”.
For the review please see
You can also get a copy of the text in a form of a preprint from
Judging by the quote placed in the beginning of Chapter 5, the issue of investigation of the “strange functions” was equally challenging i 1850s as it is 170 years later:
“It appears to me that the Metaphysics of Weierstrass’s function
still hides many riddles and I cannot help thinking that enter-
ing deeper into the matter will finally lead us to a limit of our
intellect, similar to the bound drawn by the concepts of force
and matter in Mechanics. These functions seem to me, to say
it briefly, to impose separations, not, like the rational numbers”
(Paul du Bois-Reymond, [129], 1875)
The situation described in your question is even more complicated because the function is represented only by a few values on a rectangular grid and it is additionally assumed that the function is not differentiable at a certain point. In this situation I can suggest to use the techniques employed in the theory of generalized functions (distributions).
For a very practical example you can consult a blog: “How to differentiate a non-differentiable function”:
In order to answer your question completely I would like to know what is the equation, boundary conditions and the numerical scheme used to obtain a set of the grid point values mentioned in the question.
  • asked a question related to Numerical Methods
Question
2 answers
In compressible flow , five equation should be solved simultaneously .I need to solve these equations by numerical methods. Is there any references that explains this algorithms??
Relevant answer
Answer
An important preliminary step to numerical solution of compressible flow equations is to understand which kinds of flow regimes have to be studied. The most appropriate numerical methods for the high Mach number case (where Mach number = typical velocity of the flow / speed of sound and high means any value from about 1 upwards) are rather different from those in the low Mach number regime (where low means below approximately 0.1). If diabatic heating or external forces are also to be considered, other non dimensional parameters also may play a role in determining the most appropriate method. As remarked above, the literature is huge and it is impossible to give suggestions without at least an idea of the kind of regime one is interested in.
  • asked a question related to Numerical Methods
Question
11 answers
I am working in Fractional Optimal Control problem of Epidemic models, I am trying to solve the problem numerically but I can not do it, as there is no toolbox and any sample MATLAB code is available to solve fractional optimal control problem. Please share the MATLAB code to solve Fractional Optimal Control Problem. Please help me.
Thank You in advance.
Relevant answer
Answer
Thank you very much Sir.
  • asked a question related to Numerical Methods
Question
5 answers
I am studying mass-spring-damper systems with coulombs friction. There are multiple discussions on simulating such systems using numerical methods and the problems that arise due the discontinuous excitation but I wanted to know if an analytical solution exists. To be mathematically clear about the problem, I am trying to analytically solve the following.
m*(d2x/dt2) + c*(dx/dt) + k*x = F*sign(dx/dt)
where the sign function is defined as:
sign(var) = 0 if var = 0
sign(var) = 1 if var > 0
sign(var) = -1 if var < 0
Note: I am aware of treating such systems as piece-wise linear nonlinear systems but I want to know whether a general solution exists that is capable of solving the problem without breaking it to a number of mini-problems.
Relevant answer
Answer
Dear Amir, this equation has the following ananlitics. It can be glue for v more than zero exact solution and for v less than zero. In both cases they are spirals and exactly solvable, but tends to different stationary points. You can even draw its phase space picture: you draw two spirals(exact solutions)each on proper halfspace and jump from one to another, when v=0.
  • asked a question related to Numerical Methods
Question
62 answers
I am interested in collaborating with any researcher working on modelling corona virus using fractional derivatives. If you are a researcher or you have a related project, please feel free to let me know if you need someone to collaborate with you on this research study. If you know someone else working on this research project, please share my collaboration interest with him.her. I would be very happy to collaborate on this research project with other researchers worldwide.
Relevant answer
Answer
Thank you very much Dr. Abdelkader Mohamed Elsayed and Dr., Rashid Nasrolahpour ! I greatly appreciate that!
  • asked a question related to Numerical Methods
Question
4 answers
If an Eigenfunction expansion method is used to transform a nonlinear PDE (in space and time) into a system of truncated nonlinear ODEs in time which are then solved numerically (using Runge-Kutta method or any other numerical method), can we then say Eigenfunction expansion method is a total analytic method, a semi-analytic method or just a method of transformation of PDE to ODE ?
  • asked a question related to Numerical Methods
Question
35 answers
I'm reviewing a lot of papers where the authors take a 3-D autonomous chaotic system (think Lorenz) and add a fourth variable bidirectionally coupled to the other three and then report its unusual properties which typically include lines of equilibria, initial conditions behaving like bifurcation parameters, and sometimes hyperchaos. Usually these systems have two identical Lyapunov exponents (often two zeros) and a Kaplan-Yorke dimension ~1.0 greater than the dimension determined by other methods. Thus it seems clear that the system has a constant of the motion such that it is actually 3-dimensional with an extraneous variable nonlinearly dependent on the other three. Are there algebraic or numerical methods for demonstrating this by finding a constant of the motion?
Relevant answer
Answer
Dear Professor Sprott,
x = 3u^2+4u+5y-z
  • asked a question related to Numerical Methods
Question
6 answers
Dear all,
I have a differential equation which encompasses a multiplication two unknowns (u &w) at the above manner (both are functions of time and space). I do not understand how it should be discretized? I follow the procedures as space discretization, time discretization, Newton-Raphson method and variatoinal derivative, but does not look like to be correct.
Thank you.
Relevant answer
Answer
There are plent of FEM books in literature. Please check the following paper. It precisely deals with what you are asking
Akin, J. E., A Least Squares Finite Element Solution of Nonlinear Equations, in The Mathematics of Finite Elements and Applications, J. R. Whiteman (Ed.),Academic Press, London, 153—62, 1973.
  • asked a question related to Numerical Methods
Question
2 answers
There are numerous methods I have been looking in the building energy benchmark field. However, there are different lookouts for every method applied. It is very difficult to decide what's the best method for benchmark residential buildings energy.
My approach is towards the in-house appliances energy for benchamrking.
Please suggest!!
I have already gone thought some of the related papers also I attached, please suggest any best method/ methods or any means by which I got insight.
Thank you in advance
Relevant answer
Nice Contribution Luis E. Ortiz
  • asked a question related to Numerical Methods
Question
4 answers
How can we simulate the mechanical response of high entropy alloys?
  • asked a question related to Numerical Methods
Question
1 answer
I've used a code to calculate flow rate in DFN. Now I want to calculate permeability using the Darcy law. The flow rate is calculated in m3/m.s.
Should I multiply the flow across the mesh or divide the model width and then use Darcy law ?
Relevant answer
Answer
Can I have your phone or email address?
  • asked a question related to Numerical Methods
Question
3 answers
I am getting higher natural frequency value of a sandwich plate when computed on the basis of HSDT as compared to that of FSDT. But in general it is expected that the higher order kinematics (cubic in-plane displacement) should give lower frequency values than that computed using first order kinematics (linear displacement). I know that my result is correct, but I am unable to justify this point. kindly help
Relevant answer
Answer
You may check your report correctly once again.
  • asked a question related to Numerical Methods
Question
25 answers
Dear Colleagues
Can anyone suggest me a good numerical method for solving a system of fractional partial differential equations?
Relevant answer
Answer
Check the following paper
Numerical scheme for solving system of fractional partial differential equations with Volterra‐type integral term through two‐dimensional block‐pulse functions
Xie, Jiaquan, Ren, Zhongkai, Li, Yugui, Wang, Xiaogang, Wang, TaoJournal:Numerical Methods for Partial Differential EquationsYear:2019
  • asked a question related to Numerical Methods
Question
10 answers
I just started using gmsh for 2D triangulations and I'm observing that both the nodes and elements are being outputted in ascending order (consecutively). This is good as it makes reading the data easier but I want to know if this is always the case.
Secondly, I also observed that the physical-line boundaries are outputted as elements with two nodes  (line-elements in a 2D triangular mesh). I have also figured out that the actual elements (triangles) are listed after these line-elements. This then means that the true number of triangles (elements) in the mesh is the number of elements oputputted in the mesh file less the number of line-elements. Kindly let me know if this is the correct idea.
Thanks in anticipation.
Relevant answer
Answer
The documentation on the MSH file format states:
"All the node, element and entity tags (their global identification numbers) should be strictly positive. (Tag 0 is reserved for internal use.) Important note about efficiency: tags can be "sparse", i.e., do not have to constitute a continuous list of numbers (the format even allows them to not be ordered)"
So better not make that assumption. I would be surprised if nodes and elements in MSH files generated by gmsh weren't in ascending order. However, gmsh can still read and modify MSH files for which this is not the case - this could for example be the case when you're manually editing or creating MSH files.
  • asked a question related to Numerical Methods
Question
8 answers
All,
I have two non-linear coupled differential equations. Is not a problem to solve them with Euler’s numerical method. The system is very stable and converge to a better solution every time you make h smaller.
But how do you prove the stability for this Euler’s numerical method for the two non-linear coupled differential equations?
Thanks
Relevant answer
Answer
Hi Jim,
Without knowing more about your particular problem, I offer the following:
First linearize the system to form, du/dt = A u, where A is a 2x2 matrix and u is a 2x1 vector. Then calculate the eigenvalues. If they are all contained within the "Euler stability contour" in the left-half plane, then the system will be stable for small perturbations. However, if any of the eigenvalues are exterior to the stability contour, then the system is likely to be unstable.
The above also applies to nonlinear coupled ODE systems of any order. To find examples of this process, do an Internet search on: ODE stability. The wikipedia entry: https://en.wikipedia.org/wiki/Euler_method is a good starting point.
I hope this helps.
Kind regards,
Graham W Griffiths
  • asked a question related to Numerical Methods
Question
5 answers
I am still new to the topic, so I am searching for a numerical solver for fractional differential equations (FDEs) in the form of a MATLAB code or the like. I would like to test some simple FDEs at first in order to get a better understanding of the topic and then proceed with writing my own code.
So, is there any ready-made package that solves FDEs that you know of?
Relevant answer
Answer
Dear Dr. Sarah Deif
Greeting
you can see the following links
.............................................................
............................................................
...........................................................
...................................................
..................................................
.....................................................
.........................................
................................................
..................................
Best Wishe
  • asked a question related to Numerical Methods
Question
8 answers
A Research on roundness of a circle: An investigation of pie π. Since π is a long digits irrational number can π actually be constant? Or is it gotten from iteration of closed figure using numerical method? We will be using a 2d circles from 3 d circular objects, we will check the ratio of it diameter to it perimeter after cut neglecting the reduction in length due to cutting chips.
π is use in the determination of some parameters and quantities in mechanical engineering design and fluid mechanism e.t.c. and most importantly in force distribution of rotation of earth F=2πf Alare's Formula. So exactness is important to know if the forces are evenly distributed or turbulent .
Do you have any reference on π ? Or have you done any research on investigation of π? Help me with solution. We need a team to join I and Kehinde Alare.
Relevant answer
Answer
Thanks sir
  • asked a question related to Numerical Methods
Question
4 answers
Hi everyone,
I have been working on a laminar compressible microtube flow analysis (supercritical fluid). Mass flow inlet, pressure outlet and constant wall heat flux boundary conditions are applied to the circular microtube (0.5 mm diameter). I get fluid properties by using CFD Post and there is a mistake at CFD Post total pressure results (it was used areaAverage at related cross-section plane) as can be seen on below figure. In addition, theoretical total pressures are calculated by using momentum equation between two control surfaces (the related values (density, velocity etc.) were taken from numerical solution). We are also suspicious about getting this mistaken result due to operating pressure condition which is 101.325 kPa. I would like to grateful if you could share your recommendations.
Relevant answer
Answer
Actually, it was carried out lots of validation for this study (based on the change of enthalpy and mass flow rate) and everything seems quite logical. Also, as Oğuzhan mentioned, the change of pressure towards axial direction was calculated by using momentum equation (pressure drop was calculated depending on friction resulted from wall shear and thermal acceleration) and the result can be seen in figure entitled as calculated, so as the change of pressure make sense for this theoretical approach calculated by using the Ansys data (density, velocity, etc.), the change of pressure taken from CFD-post (it is stated "Ansys Results") by using areaAve(related cross-section plane) definition is not logical. Is there any missed point about compressible pressure drop calculation in Fluent? (For example, selection of compressible flow etc.). Thank you for helping.
  • asked a question related to Numerical Methods
Question
14 answers
What are the possible methods to solve non-linear system of ordinary differential equations of n equations containing n variables?
List possible analytical method through which we could solve the nonlinear system. Also list possible numerical methods as well.
Share any material or article or book or even videos you know worth related about solving nonlinear equations.
Thanks.
Relevant answer
Answer
Finding a closed form solution is difficult to say the least. However, there is a rich theory on the behavior of such solutions. There is plenty of work on numerical analysis of this subject. However, there is a wealth of work on the behavior of such systems - particularly their asymptotic properties. For autonomous systems, i.e., x_dot=f(x), where f is independent of t, at a point where f(x0)=|= 0, locally a solution curve through x0 behaves like the vector field f. The questions arises about the solution near a equilibrium point. f(x0)=0. This gives rise to the stable, unstable and central manifolds. That is locally the equation is approximated by the linear equation x_dot= Df*x. The eigenvalues of Df(x0) determine the behavior of the solutions and define the stable manifold ( associated with eigenvalues with negative real part), unstable manifold (associated with eigenvalues with positive real part) and central manifold (associated with eigenvalues with zero real part). A point x0 is a hyperbolic equilibrium if f(x0)=0 and none of the eigenvalues of Df(x0) have zero real part.
The famous theorem of Hartman and Grobman ( developed at the same time, Hartman in the US and Grobman in the former Soviet Union unbeknown to one another) give a complete characterization of hyperbolic fixed points. There has been much work on analyzing the central manifold since the work of G. D. Birkhoff and still on going today and has led the concept of a dynamical system and is extremely active.
For the case where the system is non-automous, i.e., f = f(t, x), there is a wealth of literature examining the asymptotic properties of the solutions of the equation. This field of endeavor goes by the name "asymptotic integration." In this case often the methods used establish existence of a solution and to derive proprieties come from functional analysis, fixed point theorems, topological arguments, etc.
A good place to start is Phil Hartman's, classic reference, known by many as the "tomb", "Ordinary Differential Equations." Also a good place to start with dynamic systems is the work of Steve Smale, Charlie Pugh and the references there in their work.
  • asked a question related to Numerical Methods
Question
18 answers
I need to simulate the transition of Flow through Coarse Porous Media such as Rock-fill dams, to investigation of Water level profile in each distance from up-stream and determination of discharge of fluid seepage from the body of these media. Notice, I want to simulate a Single-Phase Flow.
How can I simulate this project? Please suggest and introduce a useful software for this issue to me...
What is your idea about Flow 3D, Fluent, ABAQUS,...
Relevant answer
Answer
Dear Dr. Majeid Heidari ,
It would be appreciated if you explain more about the method you used to simulate the POROUS MEDIA for your Ph.D. thesis.
Best regards,
Mehdi
  • asked a question related to Numerical Methods
Question
4 answers
Please help me to solve numerically of the following 4th order nonlinear ODE
f''' + ff'' +1 -f'*f' +k(ff''''-2f'f'''+f''*f'')=0
boundary conditions
f(0)=0, f'(0)=0, f'(infinity)=1, f'''(0)= -[1+kf''(0)]
where k is a parameter and the solution exists for k<0.325786 and one may choose infinity= a finite number, say 10. I am unable to solve it through 4th order Runge-Kutta with shooting technique and Matlab solver 'bvp4c'. Here I have also the attached the article in which I found this equation.
Relevant answer
Answer
The difficulty is the condition f'''(0+kf''(0)=-1.
  • asked a question related to Numerical Methods
Question
3 answers
Sometimes we hear somethings on stiffness problem of solution for chemical reaction modeling.
There is an option in Fluent software to figure it out.
Have you guys used it so far? tell us when and why did you use it?
Relevant answer
Answer
As Pierre Mandel kindly mentioned, when characteristic scales of your problem are very far (orders of magnitude) you see Stiff Differential Equations (ODE or PDE), It means you have small stability region or it means you have second or third order "Bifurcation" which needs a very high order numerical solution schemes and small time (discretization in general) steps.
There are two types of stiff problems in modeling advection-diffusion-reaction (ADR):
- If you model single specie, when time scale of Peclet number and Damkohler number are very different, you have an stiff ADE (or ADR, or transport equation), you can solve it either by implicit solver or small time steps, or dual time step, or other numerical tricks.
- If you have multi-rate mass transport and your species are internally related (reactive transport), you cannot solve this problem with small time step. Mathematically you have to get integral of infinity and you are always unstable. Those problem can only be solved with implicit solvers (all species in one shot!)
If you need more information on this topic, a very good and classic source for learning is this book chapter:
Approaches to modeling of reactive transport in porous media
Carl I Steefel, Kerry TB MacQuarrie Publication date: 1996/1/1 Reviews in Mineralogy and Geochemistry Volume 34 Issue 1 Pages 85-129 Publisher GeoScienceWorld
  • asked a question related to Numerical Methods
Question
14 answers
Guys, Sometimes after initializing the problem in Fluent and triggering the calculate button, a residual/residuals start from a big non-zero magnitude. For instance, to me, it in many cases happens for some convection-diffusion equation when I'm simulating combustion. Interesting point is that the results looks ok and have good agreement with experimental results. In this page:
It's said that:
"For most problems, the default convergence criterion in ANSYS FLUENT is sufficient. This criterion requires that the scaled residuals defined by Equation 26.13-4 or 26.13-9 decrease to 10-3 for all equations except the energy and P-1 equations, for which the criterion is 10-6."
As it is said, the residuals need DECREASE TO 10-3. Then it means that it doesn't matter from where the residual starts, it should finally decrease to 10-3.
  1. Am I right?
  2. What's your opinion?
Another question:
3. Why does it happans? (I mean why does the residual start from a non-zero magnitude?) and How to figure it out?
I've attached two screenshots of the residual of a project for instance.
Relevant answer
Answer
In my honest opinion there are many situations where this statement from the ANSYS Fluent manual is rather misleading, if not even wrong. In particular in CFD simulations with strong heat and mass transfer almost the entire physics, material parameters and thermodynamics is bound to a veery good convergence of the energy equation. In my opinion a scaled residual (RMS Res) of 10^-3 for the energy equation usually leads to rather physically wrong fluid temperatures (i.e. large errors in comparison to the real physics) with the corresponding consequences for the accuracy of the overall simulation.
The CFD best practice is:
1) define meaningful, local and sensitive physical target quantities (e.g. a temperature profile or a distribution of a certain sensitive species of your mixture).
2) run a series of CFD simulations on a reasonable resolved mesh (not the coarsest one) with systematically refined (and reached !!) convergence criterion, i.e. RMS Res<10^-3, <10^-4, <10^-5. And so forth, if still there is not yet a convergent trend.
3) Make a comparison of your sensitive target quantities from this series of investigations. If the target quantities do NOT change anymore significantly (in the range of your wanted error level of the simulation), than you have found your convergence criterion to which you need to converge own all of your following simulations.
Any other explanation or strategy is not leading to realiable CFD results i my opinion. You can read this strategy in the ERCOFTAC Best Practice Guidelines for Industrial CFD and in the ASME Standard for CFD Simulations and Heat Transfer. And once it is an European and American standard approach, I think we should strive to fulfill it, doesn't we as responsible engineers?
Best regards,
Dr. Th. Frank.
  • asked a question related to Numerical Methods
Question
6 answers
I need to use matlab to get the displacement and velocity time history of the 3 degree of freedom system (image attached). i can use any numerical method or ode45 but one of the element in third equation has sigma of udot which cannot be taken as constant. Kindly help how to solve these type of equations?
Any help will be greatly appreciated.. Thanks in advance.
Relevant answer
Answer
Yew-Chung Chak .. Now i got it. Thanks very much for your help.
  • asked a question related to Numerical Methods
Question
2 answers
Yanai (1973) fluxes computation methods for atmospheric data at grid points available at equal time interval.
Relevant answer
Answer
And Dennis Shea points out an example at:
  • asked a question related to Numerical Methods
Question
10 answers
As we are aware of the importance of eigen values of matrix and also the mathematical efforts needed to solve for the same. But can we reduce those efforts or can we at-least generalize the method to compute all the eigen values. As we know:
1. power method is mostly used numerical method to compute eigen value , but as the size of matrix increases it's not smart approach to use this method.
2. Using characteristic polynomial , computationally, is even cumbersome approach because one needs numerical method to find the roots of characteristic polynomial.
Can there exist any algorithm which can be used on general matrix to find the eigen value??
Relevant answer
Answer
In addition to the helpful answers, I have a little bit to add. Mathematicians failed to find exact roots of polynomials with degree n > 4 ( Galois theory). Numerical approximations are a must. The study of autonomous dynamical systems or similar problems is necessarily based on the eigenvalues. But exact solutions are far-fetched, so they turn to study the qualitative behavior. Bounds of the eigenvalues are enough to predict the solution behavior of the whole system under discussion.
  • asked a question related to Numerical Methods
Question
2 answers
When the buoyancy effect is significant in supercritical fluids passing in the tube, some eddies can form in any location of tube, especially at the vicinity of supercritical temperature. So, what is the numerical method to solve like the compressible problem? As my experience and literature, there is no way to calculate this type of problem by using RANS models, so I have just started using LES models. Although it was used a very low time step size (about E-5) and tried all of the subgrid models, I couldn't solve this problem. I would like to be grateful if you could share your recommendations. Thanks
Relevant answer
Answer
Are you looking at density variation (compressible) and phase change at super critical temperature ?
Gravitational effects in horizontal ducts are observed at very low velocities such as free-forced convection situations .
i would advise dense phase model in cfd to assess such situations.
please elaborate the problem so that we can discuss in detail.
i would suggest to look into physics so that we can choose appropriate model for analysis
  • asked a question related to Numerical Methods
Question
8 answers
Computational costs are important in numerical methods, as if they were obtained by counting the number of operations(flops). The order to count this number has been asked by MATLAB that I have recently encountered.
Relevant answer
Zahra,
If you have a mathematical expression in a form of a matlab code, then you can count the number of the multiplications to count manually the multiplication operations to execute this mathematical expression.
A practical way to measure the complexity is by means of the cpu time. As the cpu time increases it means more complexity. The matlab can output the spent time by the computer to run the code.
Best wishes
  • asked a question related to Numerical Methods
Question
7 answers
We know that , In applied mathematics, discontinuous Galerkin methods (DG methods) form a class of numerical methods for solving differential equations. They combine features of the finite element and the finite volume framework and have been successfully applied to hyperbolic, elliptic, parabolic and mixed form problems arising from a wide range of applications . so i want to know ,What is the difference between the discontinuous Galerkin method(DGM) and discontinuous Galerkin finite elelment(DGFEMs) method?
Relevant answer
Answer
Give examples.
  • asked a question related to Numerical Methods
Question
4 answers
Dear Professor Baines,
We need the DOI number for you book edited after the Reading Conference in 1985 :
Conference on Numerical Methods for Fluid Dynamics,
Reading, U.K., april 1985.
J.M. VANEL, R. PEYRET, P. BONTOUX, “A pseudospectral solution of vorticity-streamfunction
equations using the influence matrix technique”, Num. Meth. Fluid Dyn., II, Clarendon, ed. Morton &
Baines, 463-475, 1986.
Would you be kind to give us Roger Peyret and myself the DOI reference number requested by ISI Web Knowledge and Publons.
Sincerely, with our best regards,
Patrick Bontoux and Roger Peyret
Relevant answer
Answer
Dear Doctor,
I thank very much for the information concerning an URL reference ! I will inquire with Publons which asked me the DOI information referring to this publication.
Great thanks,
With my best regards, Patrick
  • asked a question related to Numerical Methods
Question
5 answers
How can one find a vector field B that satisfies the following equation for a known solar function phi which operates on 3D real space?
curl(B) = grad(phi)
What kind of equation is this, are there known methods to solve this equation for B (either analytic or numerical methods)?
Thanks
Relevant answer
Answer
Yes, B is divergence free in this example, and so we do have that del^2(B) = 0. So does this problem become a Laplace equation with boundary conditions given by the original equation curl(B) = grad(phi)?
  • asked a question related to Numerical Methods
Question
6 answers
Dear colleagues
Hi,
As you know, for determining the order of accuracy of a numerical solution on a uniform mesh one normally needs to successively double the number of grid points in each direction (for a rectangular solution domain) and calculate the error at a specific location, say x ,which is common to all the grids (i.e. coarse, fine, and finer, if two levels of mesh refinement is employed) then use Log(E2/E1)/Log2=m, where m is the point wise order of accuracy, E2=ABS(Fine solution(x)-Coarse solution(x)), and E1=ABS(Finer solution(x)-Fine solution(x))
However, when a structured boundary layer-type non-uniform mesh is employed the situation is much more complicated. For example, doubling the grid points in each direction (in a rectangular domain) may not guarantee that at a particular location, say x, the grid spacing will also be halved. Not to mention that doubling the grid points may also not guarantee that the reference point (x) coincide with one of the grids in the fine mesh.
My question is how can we calculate the point wise order of accuracy of the numerical method in this case?
To elaborate, I should say that I am using the LBM to simulate a natural convection problem.
Relevant answer
Answer
Thanks Dear Prof. Filippo Maria Denaro
I followed your suggestion and studied the text by Peric & Ferziger it was very useful. I generated structured non-uniform meshes at three levels (fine, medium, and coarse) by first producing a fine mesh and then extracting coarser mesh from it by skipping grid points. This way I could get a grid spacing ratio of about two for all of the media. As Peric & Ferziger suggested, if the non-uniform mesh is smooth enough and the grid spacing ratio among the successive non-uniform meshes (fine, medium, and coarse) remain constant, the order of accuracy can be predicted by:
Ln(E2/E1)/Ln2 for each grid point. where 2 is the grid spacing ratio in my case.
  • asked a question related to Numerical Methods
Question
9 answers
Hi all,
I am looking for some scientific exchange with researcher that have developed or even used an implicit 2d RANS solver.
I have there following questions in this context ....
1. Which numerical methods is used?
2. How is positivity treated in the implicit world?
3. What kind of equations solver is used?
4. How did the parallelization worked out?
In the literature for this problem is very limited, I know two papers, where on of those is only 1st order in space and time.
Cheers
Aron
Relevant answer
Answer
Hi Paolo, Tapan & Fillipo,
let me digest this and I will come back to u.
Cheers
Aron