Science topic

Stability Analysis - Science topic

Explore the latest questions and answers in Stability Analysis, and find Stability Analysis experts.
Questions related to Stability Analysis
  • asked a question related to Stability Analysis
Question
2 answers
Currently, I am working on modeling power electronic loads to perform small signal stability analysis. Anyone researching the same area can help me, as there is limited literature on this area. Or share the literature that will help with my project.
Thank you
Relevant answer
Answer
The answer depends a lot on what kind of power electronic load you want to study. For example in our work ( ), you can find the modelling equations for vsc-based electronic loads with dc-voltage and reactive power controllers. However, multiple other options exist both in terms of the converter hardware as well as of the controllers.
  • asked a question related to Stability Analysis
Question
2 answers
I did a branch of the DFT calculation to find the stable cell parameter (a) .
I didn't get the smooth curve for energy(E) v.s a. There is some point out of concave curve that I had to repeat calculation for them to get the best energy.
Now I doubt about the result and I look for techniques to test the stability of wave function like like something in GAUSSIAN code.
Relevant answer
Answer
Dear Roberto D'Agosta.
Thanks for your good recommend. I'll try it. Hope it works
Best
Jila
  • asked a question related to Stability Analysis
Question
2 answers
How to calculate the short circuit and stability analysis of a system in digsilent without dynamic model and composite frames. Can I use RMS/EMT simulation?
Relevant answer
Answer
Thank you Ali Shabani for giving me a solution.
  • asked a question related to Stability Analysis
Question
3 answers
Where is the scale factor in the Hoek & Brown rock mass failure criterion? Let's imagine an open pit mine in a jointed rock mass, benches could be 10, 15, or 20 meters in height. GSI does not account for the scale and it is among the main inputs for the prediction of these parameters, and D is an ambiguous parameter and there is no guideline to link it to the scale. Should we use the same (m, s, a) values for the stability analyses of these different scenarios? Or is it time to shift toward discontinuum methods, depending on the modes of failure?
Relevant answer
Answer
@Erik Eberhardt
  • asked a question related to Stability Analysis
Question
3 answers
Dear All,
I want to know if anyone can help me with the techniques of slope stability analysis.
Thank you very much.
Relevant answer
Answer
That is a very general question. any geotechnical book has the basic principles. Check, Soil Strength and Slope Stability book by J. Michael Duncan, Stephen G. Wright Thomas L. Brandon.
  • asked a question related to Stability Analysis
Question
1 answer
I need the code of matlab of SEIR model in paper"Stability analysis and numerical simulation of SEIR model for pandemic COVID-19 spread in Indonesia Suwardi Annas a , Muh. Isbar Pratama b , Muh. Rifandi b , Wahidah Sanusi b , Syafruddin Side b,∗"?
Relevant answer
Answer
In this code, the SEIR model is represented by a system of ordinary differential equations (ODEs). The `ode45` function is used to solve these equations numerically over the given time span `tspan`. The results are then plotted to visualize the dynamics of the population compartments over time. You can modify the parameter values, initial conditions, and time span to fit your specific scenario. Additionally, you may consider incorporating additional features or extensions to the basic SEIR model as per the requirements of your analysis. I hope this code helps you get started with the SEIR model in MATLAB!Certainly! Here's a basic MATLAB code implementation of the SEIR model for infectious disease simulations:matlab % SEIR Model Parameters beta = 0.8; % Infection rate gamma = 0.2; % Recovery rate sigma = 0.1; % Incubation rate % Initial conditions N = 1000; % Total population I0 = 1; % Initial infected individuals E0 = 0; % Initial exposed individuals R0 = 0; % Initial recovered individuals S0 = N - I0 - E0 - R0; % Initial susceptible individuals % Time vector tspan = 0:1:100; % Time span of simulation % Function representing the SEIR model seir = @(t, y) [-beta * y(1) * y(2)/N; % Susceptible equation beta * y(1) * y(2)/N - sigma * y(2); % Exposed equation sigma * y(2) - gamma * y(3); % Infected equation gamma * y(3)]; % Recovered equation % Solve the differential equations [t, y] = ode45(seir, tspan, [S0, E0, I0, R0]); % Plotting the results plot(t, y(:, 1), 'b', 'LineWidth', 2); % Susceptible hold on; plot(t, y(:, 2), 'y', 'LineWidth', 2); % Exposed plot(t, y(:, 3), 'r', 'LineWidth', 2); % Infected plot(t, y(:, 4), 'g', 'LineWidth', 2); % Recovered legend('Susceptible', 'Exposed', 'Infected', 'Recovered'); xlabel('Time'); ylabel('Population'); title('SEIR Model Simulation'); grid on;
  • asked a question related to Stability Analysis
Question
2 answers
For example, A new line stability index for voltage stability analysis based on line loading, DOI: 10.14744/cetj.2023.0004, https://cetj.yildiz.edu.tr/storage/upload/pdfs/1683271957-en.pdf
Relevant answer
Answer
Dear Salah Mokred It is in this case, as indicated by Wolfgang R. Dick, because the journal that cited one of your papers is not listed in RG database of journal titles (the journal is too new and just started volume 1, issue 1).
What you can try to 'speed things up' is that you could ask one of the authors https://www.researchgate.net/profile/Kadir-Dogansahin-2 to upload the paper and then most likely the reference (and thereby your citation) will be picked up.
Best regards.
  • asked a question related to Stability Analysis
Question
1 answer
I have been using a sliding mode observer (as shown in the attachment). I have designed the gains with the assumption that the derivative of the error (between the state estimates and measured states) would be zero and the error would be equal to zero. Can someone help me in proving the stability of this particular SMO?
Please provide some specific suggestions in this regard.
Relevant answer
Answer
  • asked a question related to Stability Analysis
Question
3 answers
I am trying to find truncation error and von Neumann stability analysis of the following equations.
u_t = u_yy + f(x,t), 1
b_t = b_yy + u_y. 2
it is easy to find the truncation error (CFL) and von Neumann analysis of equation 1, while failing to see the CFL condition and stability analysis of equation 2. Is there any paper/book in which CFL condition and/or von Neumann analysis was discussed?
Really appreciate your time here.
Relevant answer
Answer
Thank you Dear Nikoloas and Vahid for your reply. I will check the recommended books and paper.
  • asked a question related to Stability Analysis
Question
1 answer
If one is monitoring an underground rockmass structure (underground powerhouse currently producing electricity) using microseismic monitoring process and there is no occurrence of earthquake, blasting, micro-earthquakes, transportation of material etc. in that region.
We are getting about 150 microseismic event in six month and the deformation is low.
Can we say that we are doing dynamic stability analysis of that underground structure using Microseismic monitoring? If yes why?
Relevant answer
Answer
Micro-seismic investigation definitely pave the way for assesment of dynamic stability of caverns. However, the signals should be recorded and interpreted on daily basis and with due care & precision.
  • asked a question related to Stability Analysis
Question
19 answers
Most of the researchers use performance standards for stability analysis such as Integral square error (ISE), Integral absolute error (IAE), Integral time absolute error (ITAE), and Integral time square error (ITSE). So how can we know which one would be the best for my work, especially for power system applications when selecting an objective function?
Relevant answer
Answer
  1. Integral Time Absolute Error (ITAE) emphasizes reducing the error during the initial transient response and penalizes larger errors for longer. This criterion is suitable for applications that require fast response and settling time.
  2. Integral Square Error (ISE) tends to prioritize minimizing large errors over small errors due to the squaring of error values. This criterion can lead to a fast response but may result in higher control effort and increased wear on the motor and other components.
  3. Integral Time Square Error (ITSE) combines aspects of both ISE and ITAE, penalizing larger errors during the initial transient response. This criterion balances response speed with control effort but may result in more oscillatory behavior.
  4. Integral Absolute Error (IAE) places equal importance on all errors, regardless of their magnitude. This criterion leads to a smoother response and lower control effort but may result in a slower response than other criteria.
For control optimization. If you need a fast response and settling time, ITAE or ISE might be more suitable. If you prioritize a smooth response and lower control effort, IAE could be a better choice.
  • asked a question related to Stability Analysis
Question
5 answers
In Lyapunov stability theory, we are studying the dynamical character of dynamical systems without finding the solution of the considered system. But how the existence of a solution is ensured?
Relevant answer
Answer
A Lyapunov function is a scalar function that can be used to determine the stability of an equilibrium point. The idea behind a Lyapunov function is that it decreases along the solutions of the system, meaning the solutions are attracted towards the equilibrium point. By choosing appropriate Lyapunov functions, the stability of the equilibrium point can be determined.
In general, Lyapunov stability theory is a powerful tool for studying the stability of dynamical systems, and can be used to determine whether an equilibrium point is stable and whether solutions exist. However, it is just a necessary condition for the stability, existence of solution and it does not necessarily guarantee that the solutions are unique or that they will be global (valid for all initial conditions) solutions.
  • asked a question related to Stability Analysis
Question
3 answers
I am an undergraduate student doing a thesis regarding slope stability analysis using PLAXIS 2D. My study area is at Kajang, Malaysia. I only assumed the phreatic water level because I don't have any borehole data. I have already done the model but I have questions regarding my model:
1. Is the water level that I have marked and assumed logical? (40 m above flat land)
2. What does the legend on the right represent, and is it the FOS? (The FOS that I obtained from the model is 1.780 as shown in the picture below)
3. Is the part that I have marked in the picture the critical slip surface (Picture 3)?
Thank you in advance for your help.
Relevant answer
Answer
1. Im not sure if its logical, but as it is doesnt effect the stability slope much. If you predict it higher and repeat calculation, you could get much different results (less stable slope). So if you dont have any data and you want to play it safe, take into account higher level of water.
Questions 2 and 3 were already answered by others.
  • asked a question related to Stability Analysis
Question
3 answers
Nonlinear Differential equations, stability analysis
Relevant answer
Answer
If you want to prove the stability without linearization, you can use Lyapunov theory.
  • asked a question related to Stability Analysis
Question
7 answers
I have two years and three location data. How to prepare file for stability analysis?
Relevant answer
Answer
You can make three main columns- Genotype, (Year x location i.e. 2015 Karnal, 2015 Meerut, 2015 Varanasi, 2016 Karnal, 2016 Meerut, 2016 Varanasi) as the second column which will be Environment (6 Environments) and the third column is Replication. Then 4th to nth columns will be your traits.
Then you can do AMMI-based ANOVA using the Agriolae package in R. Mean data for the same can be used for GGE biplots like Which won where/Mean vs Stability etc. in the GGEBiplotGUE package in R.
You can also use the Metan package in R for this purpose and additionally it gives different stability parameters.
Feel free to ask, if have any doubt.
Good luck!
  • asked a question related to Stability Analysis
Question
2 answers
Two synchronous machines with different mechanical torque inputs of say 2 Nm to 17 Nm for machine 1 and 5 Nm to 15Nm for machine 2 are to be specified in the form of droop control for stability analysis. An idea on how this could be implemented in MATLAB would be so much appreciated. Any relevant journals that could be of help would also be appreciated.
Relevant answer
Answer
Irfan Qaisar thank yor for the recommendation
  • asked a question related to Stability Analysis
Question
2 answers
Researchers. I want to make a global stability analysis to a prey-predator system, which includes eco-evolutionary feedbacks. After literature survey, I found that Lyapunov function and Krasovsky method may be the suitable ways to that question. So, is there any Software or Package can be used resolve that question? Or, I have to analyze it by hand?
Relevant answer
Answer
  • asked a question related to Stability Analysis
Question
7 answers
I know that tensile strength can reduce crack length in a dam joint, but does it help fix overturning of a dam? or is it necessary to use post-tension anchor to fix overturning.
Thank you
Relevant answer
Answer
Chengyong Gong Thank you professor. I am still an entry level engineer. graduated from school just recently. Looking for some mentoring from fellow engineers here.
  • asked a question related to Stability Analysis
Question
4 answers
Hello everyone.
I am currently doing a dam stability analysis. I am analysing dam piers indepently of the spillway. According to the results, the piers are not stable in slip. But my design criteria are too conservative, because I did not take into account shear keys.
I tried to find documents on how to consider shear keys at the admissible limit state, but couldn't find anything. Can anyone guide me?
Relevant answer
Answer
I agree with the responses! Additionally, all the factors influencing the shear key resistance should be taken into account in the calculation, in order to get high precise results and thus properly ensure the dam stability!
  • asked a question related to Stability Analysis
Question
7 answers
As riaxial test is used for determination of soil cohesion and friction angle etc. through three different procedures viz., Unconsolidated Undrained, Consolidated Drained and Consolidated Undrained (UU, CD and CU). Now my query is that which of the above three procedure is best suited for testing of soil samples for the purpose of slope stability analysis.
My samples are from Sikkim in Eastern Himalaya, India, which is basically a metamorphic terrain.
Relevant answer
Answer
Dear Kuldeep,
Nice to hear about your research work..your question is what type of triaxial test is to be conducted for soil samples collected from landslide. It is simple understanding that if you need to verify the short term stability of slope than you need to conduct CU test or if you want to verify the long term stability slope than use CD test results. As you know CU test is quick as compared to CD test..so depending upon your design requirements you have to use either CU or CD test..ok all the best..
  • asked a question related to Stability Analysis
Question
6 answers
FEM has widely been used for large scale point specific slope stability analysis. I am looking for a program to perform FEM that is available for free and also stands up to research standard.
Relevant answer
  • asked a question related to Stability Analysis
Question
7 answers
Can anyone share articles and papers that use Lyapunov's direct method to prove global stability analysis? Or is there any technique for constructing Lyapunov functions, especially for equations with saturation treatment functions. Your help will be greatly appreciated. Thank you!
Relevant answer
Answer
Yes, there is. You can find many articles in the engineering journals, typically in the field of systems and control. In electrical and mechanical systems, many Lyapunov function candidates can be constructed using the 'energy' concepts. For constrained systems, Barrier Lyapunov Function candidates are usually proposed.
  • asked a question related to Stability Analysis
Question
3 answers
If you build a parameter learning algorithm based on the Lyapunov stability theorem for updating the parameters of an adaptive fuzzy controller, how to determine the cost function and Lyapunov function? Is there a physical connection between them?
Relevant answer
Answer
Lyapunov function is a point-wise measure of energy, whereas, cost-functional is an interval-based measure of energy. In this sense, you may connect them by assuming Lyapunov function as an explicit function in time which could get a negative decay-rate assuming V=x^2, and then a closed-form dissipation as; V_dot=-K*V(t) for stabilizing a system, see my pre-print at the URL:
Meanwhile, optimal quadratic cost functional, minimizes energy as a sum of the squared state and control signal during a time-interval as; J=int(x^2+u^2).dt, from zero to T. Please see the paper:
Nonlinear Optimal Control: A Control Lyapunov Function and Receding Horizon Perspective (1999)
The control performance could be different through the two scopes, and the energy consumption could be also different.
  • asked a question related to Stability Analysis
Question
3 answers
For the discrete-time Extended Kalman filter (EKF), a stochastic stability analysis is discussed by Reif et al. in their paper "Stochastic stability of the discrete-time extended Kalman filter" (https://ieeexplore.ieee.org/abstract/document/754809). Recently, there have been works on EKF with unknown inputs, in particular, for arbitrary unknown inputs. Are there any works providing such stability analysis similar to Reif's work available for these EKF with unknown input filters?
  • asked a question related to Stability Analysis
Question
6 answers
sign(t), normally, does not have a Laplace representation. In sliding mode observer based approach, we use the sign of the estimation error. Then, a Lyapunov stability analysis follows to ensure stability of the particular observer. However, if one wants to evaluate the overall closed-loop stability analysis, Laplace transformation is conveniently used. Now, sign of the estimation error in digital environment is like a unit impulse function at kth sampling time. Therefore, would it be correct to represent sign(error) in Laplace domain as a shifted Laplace of a unit impulse function? Does anyone has a particular idea about this concept? I would be happy to have any information regarding this.
Kind regards to you all.
Relevant answer
Answer
I suggest that you graph the function in question and try to find the Laplace transform of the graph.
  • asked a question related to Stability Analysis
Question
2 answers
Contiguous pile design?
Like
1. how to find pile stability analysis below the dredge level.
2.How to find Young's modulus and Poisson ratio of soil.
3. if i have "n" Number of pie value and cohesion value. In which value may I use to calculate the stability analysis like higher pie value or else lower pie value and also cohesion higher value are lower value.
Relevant answer
Answer
The following article will help you:
  • asked a question related to Stability Analysis
Question
3 answers
It is required for the stability analysis of bearing.
Relevant answer
Answer
Thanks for suggesting the books.
  • asked a question related to Stability Analysis
Question
4 answers
Employing the terminal slidning mode technique (S. Yu, X. Yu, et.al., doi: ) for the second-order uncertain system to achieve finite-time or fixed-time stability, the control input and the velocity state will overshoot by a large amount during the system evolution. See the attached graph for details.
Is there a effective scheme to avoid such phenomenon?
Relevant answer
Answer
It is also a unavoidable problem that took place in my desgining controller. From my perpective point, based on an observer, the positive gain "K" can be devised as a time-varying gain. More specifically, when the observer has been completely conducted, the positive gain "K" can be assigned a sufficiently small value to reduce the control overshoot.
However, it is still a difficult problem for me to relieve the control overshoot before the observer takes effect. I sincerely hope that this answer can help you effecively.
  • asked a question related to Stability Analysis
Question
8 answers
can anybody help me to brief about how to do stability analysis in plant breeding, based on wheat rust data how can i do the stability analysis for wheat rust resistance and how much time it take to do that
Relevant answer
Answer
AMMI and GGE biplot analysis can be used
  • asked a question related to Stability Analysis
Question
4 answers
Can we check the positive definiteness of a multivariable polynomial using MATLAB functions? Of course in literature, there are few complex methods that use tensor algebra. However, before going to such methods if you have some simple suggestions that will be appreciated. In a stability analysis of systems, It is usually required to check that whether the obtained Lyapunov function is positive or not for x>0. For example, if we obtained the following Lyapunov function with these parameters:
a1 = 0.689 a6 = 0.368 a7 = -0.238 a8=-0.336
That particular example is in a homogeneous form. But if the obtained polynomial is in a nonhomogeneous form then what will be the way to proceed? If we have more than two variables (e.g x1, x2, x3, x4,...)? Please correct me if I am wrong in statements.
Relevant answer
Answer
Thanks for the suggestion.
  • asked a question related to Stability Analysis
Question
2 answers
Hi
I'm looking for a book for discretization schemes in dropwise condensation and stability and consistency analysis of it.
if anyone have idea about this subject, please share with me
thanks
Relevant answer
  • asked a question related to Stability Analysis
Question
6 answers
1-In System Frequency Stability Analysis(SFR), what is the difference between the Deltaf, DeltaP and RoCoF? What is their connections together? For example, if one parameter increases and another decrease, what should I get from it?
2- In a microgrid, if the total inertia of the system increases, what is its impact on DeltaP(Active Power Injection) of each Distributed Energy resources response? what is its frequency response requirement in Mw?
Thanks :)
Relevant answer
Answer
As I know, Governors, who are tasked with increasing or decreasing the output of generators in the event of a decrease or increase in network frequency, set up a Dead Band so that they do not act in exchange for small changes in frequency. This will prevent the equipment from malfunctioning. Because the governor is a mechanical device anyway, and if he wants to react to any small change in the network frequency, it will break down very quickly.
But, my Question is how can it be implemented in a system and how can we do System Frequency Response assessment with that?
  • asked a question related to Stability Analysis
Question
6 answers
The time step constraint is not sufficient to guarantee the stability of numerical scheme in any case. This constraint is only for the convection terms. Additional constraint is required for the source term. Can you please help me that what are those additional constraints if source term?
Relevant answer
Answer
If by 'stability constraint' it is meant 'restriction on the Courant number', clearly this only refers to discretized convection (I prefer to say 'advection') equations. Any other term that you have in your (spatially) discretized problem may entail other, possibly more restrictive, stability conditions. A linear source term like
the right hand side of
y'=-k*y
entails a stability restriction of the kind | k* h| < constant where h is the time step
and the constant depends on the time discretization method (constant =2 for explicit Euler). A source term that does not depend on the solution, like the right hand side of
y'=f(t)
where t is time interpreted as the independent variable strictly speaking does not entail a stability constraint, since the discretization of this equation is equivalent to the computation of a definite integral of f. However, if your time step h is such that the behaviour of f is not properly sampled (imagine for example f(t)=cos(omega*t) with omega = O(10) and h=O(1) ) then your discretization will never be giving you accurate results and h must be reduced to sample f properly.
  • asked a question related to Stability Analysis
Question
3 answers
I want to simulate IPFC for small signal stability analysis in SMIB and Multi-machine power system.
Relevant answer
Answer
Very interesting question! Follow
  • asked a question related to Stability Analysis
Question
3 answers
I would like to assess the stability of the 18 papaya varieties growing in the same environment for two years.
Relevant answer
Answer
I am not aware of this model since i hail from Agronomy background. You can read the following article for further information.
  • asked a question related to Stability Analysis
Question
4 answers
How can one do slope stability analysis in Plaxis or RS2 for debris slopes, during and after rainfall if the rainfall intensity is known?
Relevant answer
Answer
Mr.Koushik,
Slope stability analysis in PLAXIS software can be performed by varying the ground water level with respect to time and study the response due to change in ground water level. This depicts the water level before and after rainfall. If you want to simulate debris flow in analysis, first you need to select the region that would fall after rainfall..this can be simulated by applying displacement as boundary conditions and study the response due to change in displacements within the selected region. i suggest you to read PLAXIS manual and collect literature related to your study is available. Find attached the paper related to the work for your reference. all the best in your research..
  • asked a question related to Stability Analysis
Question
3 answers
How can one do slope stability analysis in FEM or FDM for unsaturated soil conditions and fully saturated conditions?
Relevant answer
Answer
Are you trying to do a parametric study or working on an actual project? Do you have data on the piezometric levels in the slope?
  • asked a question related to Stability Analysis
Question
3 answers
I'm doing my project on slope stability analysis under earthquake load and building load using Plaxis 2D software. For the earthquake input load a would like to Know how to form the earthquake input load from the response spectrum as I mentioned above and also I would like to know about the procedures for doing dynamic analysis for the slope under earthquake load.
Relevant answer
Answer
If you still didnt get response then my answer is applicable.
1. Try to look for velocity spectrum in Kangra Earthquake papers. Even if papers dont share data, get the figures.
2. Extract data from figures.
3. Use this load under dynamic load conditions...
4. Select time query points.
5. Run the analysis.
  • asked a question related to Stability Analysis
Question
8 answers
In eart slope stability analysis by SLOPE/W Analysis
Relevant answer
Answer
Dear Dr. Maysam,
I think that the probabilistic and sensitivity analysis may be enough. But, for intensive results and comparisons, you have to consider the statistical analysis. The choice may depend on the nature of your application and research work.
Good Luck!
  • asked a question related to Stability Analysis
Question
5 answers
I am working on an algorithm that receives 4 pulsating inputs to produce two continuous outputs. A numerical model that enables numerical simulation is all that I have in hand. However, the practical value of the system can't be assured unless a stability analysis can be conducted. My question is: how to assess such algorithm stability while I don't have a dynamic model of the algorithm in the frequency domain?
Relevant answer
Answer
Hi Dr. Chak,
Thank you for your answer. It will be highly appreciated if you can support further (if possible, please examine the attached Simulink file in Matlab208A format).
My algorithm (the block with light-blue background) receives three-phase bipolar signals in addition to a fourth slowly changing positive signal. The frequency of the three-phase signal can change between zero to a known upper bound (changing rate is limited to a known limit as well). The algorithm's objective is to continually track the phase angle of the input three-phase signals. By stability is meant, the algorithm can keep tracking of the phase angle of the input signals infinitely!
The process within the algorithm is highly nonlinear and as I said only the Simulink numerical model is available (attached)
  • asked a question related to Stability Analysis
Question
5 answers
I have some varieties and there performance in relation to the yield and contributing character are varrying across th location and season. Canany one suggest free and best software for cropyield stability analysis?
Relevant answer
Answer
PROGRAM GENES:
Here are many methods, select according to your need.
Good luck.
  • asked a question related to Stability Analysis
Question
6 answers
I have designed an observer based control strategy. Now I want to analyze its stability analysis. So my query is; that we must sort out the stability of the closed-loop system or we can find it for a separate section.
Relevant answer
Answer
First, before designing an observer-based control scheme, you have to ensure that the separation principle holds for that. If the separation principle holds, then we can say the stability can be guaranteed individually, i.e for controller and observer.
  • asked a question related to Stability Analysis
Question
5 answers
To verify the model simulation data is not enough. To support the research, I need to authenticate and synchronize the model with the original data. If anyone is familiar with it, please help me out.
Relevant answer
Answer
Ok, l understand
  • asked a question related to Stability Analysis
Question
4 answers
Whath does a pair of equal floquet multipliers signify in stability analysis
Relevant answer
Answer
What sort of system is this? When you say 2dof, it makes me think this system is Hamiltonian. Are you looking at a time depedent perturbation or is it the result of looking at the linearized perturbstion equations along a periodic orbit?
  • asked a question related to Stability Analysis
Question
4 answers
Hello Sir/Mam
i have query regarding designing of SRAM cell
1. What are the parameters those should be analyzed in designing of SRAM cell?
Average power consumption, leakage power, leakage current, delay, stability analysis, pdp
2. how can be performed process corner analysis or monte carlo simulation in sram cell design ?
what it will provide?
please reply
Relevant answer
Answer
how can be performed process corner analysis or monte carlo simulation in sram cell design ?
what it will provide?
please reply
  • asked a question related to Stability Analysis
Question
4 answers
This is a monetary question:
There are products like the Phoenix LiDAR Systems. Attached to a drone it is possible to mine highly precise geospatial data very fastly.
Would universities around the globe buy these data sets for research purposes? Is it conceivable to sell them or to get a job from universities or other companies to investigate a certain area as a freelancer? How much would they pay approximately per squaremeter?
Geologists could also mine the data with these Systems and subsequently analyse it on site or at least in reachable distance with their knowledge e.g. for terms of slope stability analysis and then sell their findings and reports. Does this sound anyware feasible or is it complete and utter nonsens in terms of organisation or financially?
Relevant answer
Answer
There are many companies around the world flying different Lidar scanners for different purposes and they only exist because indeed someone is prepared to pay good money for the data. Many of those are multi-million dollar aerial systems in aircraft or helicopter, i think you are looking at UAV based solution though.
To attempt any freelance work with the Lidar unit you mentioned would be a waste of time however, the data precision and accuracy would not be considered good enough for the majority of end users.
A much higher level unit such as the Riegl Mini-VUX or the VUX-1UAV would operate well in that environment and with an appropriate IMU and GNSS/RTK system produce survey grade results of some value to an end user.
  • asked a question related to Stability Analysis
Question
14 answers
Dear All
I have multi-environment data and would like to do stability analysis in R? I found two R function and respective packages like Agricolae and plant breeding? I tried both and got different Anova table. what is the basis to select between this two package? Is there any other package and R codes available for stability analysis?
My data has 12 locations, 8 genotypes and 3 replications in each location.
Thanks
Anshuman
Relevant answer
Answer
Dear Mr. Tiwari, I hope all is going well. I have recently published a series of papers regarding Multi-Environment Trial Analysis. In my first paper ( ) we combined the feature of AMMI and BLUP models into a new stability measure called WAASB. In the second paper ( ) I've proposed a multi-trait stability index aiming at selecting stable genotypes based on multiple traits. To facilitate the implementation of these indexes I've been developing an R package called "metan" (https://tiagoolivoto.github.io/metan/), which also includes code for AMMI analysis. I hope it helps you. Any suggestion/criticism will be welcome. Best regards,
  • asked a question related to Stability Analysis
Question
5 answers
Hello,
I plan on investigating whether serum/plasma/exosomes is a better model to study miRNAs. For this, I would want to perform a stability analysis on my serum and plasma samples, that are enriched with exosomes and those that are not enriched. I know that addition of RNAse inhibitor would indicate the stability in samples enriched in exxosomes, but can someone let me know how much amount of this inhibitor should be added to each of the samples? And a detailed process on how to go about with this? Suggestions and inputs on this would be greatly helpful.
Thanks,
Relevant answer
Answer
Hello Lv July ,no I haven't got to resolve the question. I was only able to compare the total RNA yield between the serum and plasma samples, and on an average I found that plasma had way more higher RNA than the serum. In general, people are inclined more towards using plasma for exosome studies, because serum is subject to coagulation.
  • asked a question related to Stability Analysis
Question
1 answer
What are the assumptions involved in idealising the earthquake forces as static forces and what are the shortcomings of this method?
Relevant answer
Answer
Idealizing the earthquake forces by static forces is an approximate approach and is applicable only when there is one dominant mode shape of the structure.
  • asked a question related to Stability Analysis
Question
1 answer
I am working on oil in water emulsion. i wanted to know that if i make a 250 ml emulsion of 60% oil and 40% water containing 1000 ppm surfactant and remove 50 ml from it for stability analysis. so i am left with 200 ml containing 60% oil and 40% water with some surfactant while rest of the surfactant in 50 ml sample i removed. so inorder to convert the 200ml of 1000 ppm surfactant emulsion to 2000 ppm emulsion, I just need to add required extra surfactant according to total volume i.e. 200 ml. is this the right way? i am assuming complete mixing since i am mixing for 1 hour
Relevant answer
Answer
Please elaborate why you want to do it this way
  • asked a question related to Stability Analysis
Question
11 answers
Hi,
I would like to know if there is any free or paid software that includes the effect of the plants (hydrological and mechanical) in the slope stability analysis?
Thanks in advance.
  • asked a question related to Stability Analysis
Question
6 answers
SLOPE/W is a limit-equilibrium based software used to find FOS of a slope against instability. I am not sure what FLAC is used for and what is the difference between the two?
Relevant answer
Hi, there are pro and cons for each software.
Slope/w is widely used tool due to easiness and less cost. This program is developed based on Limit Equilibrium methods. The limit equilibrium method of slices is based purely on the principle of statics; that is, the summation of moments, vertical forces, and horizontal forces. The method says nothing about strains and displacements, and as a result it does not satisfy displacement compatibility. Due to this, we don't know the deformation of stable and unstable slope.
FLAC is finite difference method and needs a lot of time to generate model, meshing and assiging suitable constitutive model and to run. In FLAC you can write the program as per your /client requirement. It is more versatile and much costlier than Slope/w.
  • asked a question related to Stability Analysis
Question
3 answers
Am using an IEEE 14 bus as case study for voltage stability analysis, and i noticed that the lengths of transmission lines always considered as zero in some papers while any transmission line has its own actual values. Thanks in advance
Relevant answer
Answer
OK, thanks a lot Engineers
  • asked a question related to Stability Analysis
Question
3 answers
Am using an IEEE 14 bus for voltage stability analysis with wind turbine , so i need the mdl file of original IEEE 14 in PSAT, not the in simulink matlab
Relevant answer
Answer
Attached you will find the required model. You will find four versions of identical main network. We already used this system for studying the dynamical aspects of integrating solar-PV sources to this system,
Good luck
  • asked a question related to Stability Analysis
Question
3 answers
Hi,
I am looking for a good reference for hybrid continuous-discrete dynamic stability analysis using linear matrix inequality approach.
Best,
Sajjad Malek
Relevant answer
Answer
Thank you, Mohamed-Mourad Lafifi and DJILANI KOBIBI Youcef Islam.
  • asked a question related to Stability Analysis
Question
4 answers
Please provide me more about Evans function for stability analysis with different examples. I will be grateful to those who will share their knowledge and work of related to the Evans function.
Thanks to all.
Relevant answer
Good morninhg
I found those reaserches
Maybe are helpfull
Ingrid
  • asked a question related to Stability Analysis
Question
7 answers
The generally used performance criteria in stability analysis includes Integral time absolute error(ITAE), Integral square error (ISE), Integral time square error(ITSE) and Integral absolute error (IAE). What is the physical significance of ITAE, ISE, ITSE and IAE?
Relevant answer
Answer
Norms don't go to zero, unless error is always zero at all time instants.
The time-integral criteria are generic and comprehensive tools to evaluate the performance of a control system.
a system may have good rise time, but poor settling time. or vice versa. other basic criteria to evaluate the performance of a system are the overshoot, the steady state error. but all of these describe only one characteristic
time-integral criteria are generic and comprehensive. they allow comparing between different controller designs or even different controller structure.
as mentioned in an earlier answer, the physical meaning of these criteria is: each one is a function of the error profile (in time) of the output.
  • asked a question related to Stability Analysis
Question
8 answers
I want to link matlab to opensees to complete the dynamic stability analysis of a 2D frame
Relevant answer
Answer
You can use the following command and put your file name instead of "Dynamic.tcl"
! OpenSees.exe "Dynamic.tcl"
  • asked a question related to Stability Analysis
Question
2 answers
1. What are the benefits of the current slope stability software programs, to solve the problems? what are the shortages of these software programs?
2. Why we need this review ; why we still need to new methods on slope stability? what are the limitations of current methods especially limit equilibrium method ? 
3. what are the  Limitations of Limit Equilibrium Methods; how can we find new methods; what should we do in the future? 
Relevant answer
Answer
Dear Muhammed,
Slope stability consists of numerous methodologies including Limit Equilibrium Method (LEM), Finite Element Method (FEM), Boundary Element Method (BEM), Rigid Element Method (REM), Limit Analysis Method (LAM), Discrete Element Method (DEM) as well as hyprid methodologies such as Finite-Discrete Element Method (FDEM) and many others that I may have forgot to mention.
These methodologies have all some advantages and disadvantages over one another. Infact hyprid theories have been continuously developed to overcome these facts. Many software packages have been written over the years but almost all of them have some limitations in every methodologies they represent, because developers need to simplfy the complex algortihms as much as possible to decrease mainly the time consumption of the development. Also please bear in mind that they are generally written commercially.
As I mentioned every theory have some limitations, considering LEM cannot represent the post failure situation of an instability nor the mechanism. Also, It ignores the deformation characteristics of the materials and many assumptions need to be made such as inter-slice force fucntions to represent the magnitude of forces between each slice.
Additionally, you need to have decent understanding of each theories to be able to develop a new method, which I honestly think that there is no need at this time since many analytical solutions are already present.
Best Regards
Bekir SF
  • asked a question related to Stability Analysis
Question
4 answers
I am working on oil in water emulsion. i wanted to know that if i make a 250 ml emulsion of 60% oil and 40% water containing 1000 ppm surfactant and remove 50 ml from it for stability analysis. so i am left with 200 ml containing 60% oil and 40% water with some surfactant while rest of the surfactant in 50 ml sample i removed. so inorder to convert the 200ml of 1000 ppm surfactant emulsion to 2000 ppm emulsion, I just need to add required extra surfactant according to total volume i.e. 200 ml. is this the right way? i am assuming complete mixing since i am mixing for 1 hour
Relevant answer
Answer
' I just need to add required extra surfactant ' - ideally you remove part of the continuous phase for dilution. It's surfactant content is different from the overall surfactant content because depending on droplet size distribution considerable amount is adsorbed onto oil droplets or even distributed into the oil phase.
Should be better to dilute with plain water.
  • asked a question related to Stability Analysis
Question
10 answers
I am looking for a slope stability analysis software package with at least 10 licenses with reasonable cost for my advanced soil course (student's vergin). Is there any free online one??
Relevant answer
Answer
GeoStudio is fine. You don't need a license to use the (limited) students version
  • asked a question related to Stability Analysis
Question
8 answers
I want to know about good statistical packages for analysis of plant breeding trials like multivariate analysis, generation mean analysis and stability analysis. I am using R, SPSS and PBTools but I am not getting the desired results due to certain limitations. Please let me know is there any free version available for GENSTAT or any other biometrics packages for smooth analysis.
Relevant answer
Answer
Dear Dr. Kaushik Kumar,
Yes, you can check equality of means using MINiTAB.
Regards
Vishwanath
  • asked a question related to Stability Analysis
Question
8 answers
On what parameters the selection of continuation method depends ?
Relevant answer
Answer
We have proposed a numerical method (denoted as MEM) for solving the
Nonlinear Dynamic problems. If you would like, you can view our published articles in this field entitled "dynamic analysis of SDOF systems using modified energy method". By the way, the presented idea is also generalized to MDOF systems in another study, which is available on my research-gate account.
if you need more information, please let me know.
Regards,
Jalili
  • asked a question related to Stability Analysis
Question
6 answers
I have a soil moisture data of a soil profile (9meter) that is prone to landslides which we measure moisture content per meter. I would like to use it to assess Factor of safety using slope stability. Is there a way to put the specific water content at every meter on the rocscience software or any other related geotech slope stab software?
Relevant answer
  • asked a question related to Stability Analysis
Question
1 answer
Dear colleagues
I am trying to acquire the graph of probability of failure versus factor of safety. In other words, I would like to depict a figure in which the vertical axis shows the probability of failure and the horizontal axis shows factor of safety.  As a result of random set theory, the cumulative density function for factor of safety has been calculated. That is to say, there has been a graph in which the vertical axes shows cumulative density function and the horizontal axis shows factor of safety. The question arises here, how the probability of failure for each factor of safety would be derived from cumulative density graph of factor of safety?
Should I use fragility function in order to obtain probability of failure?
I would be pleased to give you any further information that you may request.
Relevant answer
Answer
By definition, a slope fails with a FoS going below 1.0. As long as the FoS is above 1.0, a slope is considered stable. Thus, I do not see how your figure could be drawn.
Of course, the FoS is a simplification and can not be measured directly. However, the definition is rather clear and if you follow it a FoS>1 relates to zero probability of failure.
  • asked a question related to Stability Analysis
Question
1 answer
How to analyze the stability of stagnation point flow over stretching /shrinking sheet, i mean i have seen some papers on which they find dual solution for certain range of parameters. Can anyone suggest me some good books or papers on stability analysis for fluid flow?
  • asked a question related to Stability Analysis
Question
3 answers
I am trying to reproduce the the examples of "Stability Analysis and state-feedback control of LPV systems with Piecewise constant parameters subject to spontaneous poissonian jumps", i am trying to implement them, on SOS tools, but somehow it seems to be impossible, Any help and suggestion will be highly appreciated, Thanks
Relevant answer
Answer
best regards
  • asked a question related to Stability Analysis
Question
7 answers
Dear Sir,
Dear Syir,the main differences between 2D and 3D slope Stability analysis in terms of factor of safety.
Relevant answer
Answer
Dear Mr.Hassan,
The influence of intermediate stress in 3D analysis will influence the factor of safety of slope. The factor of safety of 3D based analysis is lower than the 2D based slope analysis. all the best in your research..
  • asked a question related to Stability Analysis
Question
9 answers
Bode plot of system can be used to explain its stability instead of pole zero plot? Bode plot can be used in paper for stability analysis?
Relevant answer
Answer
Dear Arshad and other contributors,
I think the remarks are relevant. Pointing out Nichols chart (by Itzhak) was really nice. Let me add a few remarks which could turn out to be important. I mention them from many years experience in class room... I know these are recurrent doubts.
1) Bode diagrams are one way of graphically representing the frequency response of a LTI (linear time-invariant) system, which is by definition, the Fourier Transform of the impulse response of the system;
2) Although Matlab will provide a Bode Plot for an unstable system, such a plot should not be interpreted as a frequency response, because an unstable system does not respond sinusoidally to a sinusoidal input. Mathematically, the impulse response of an unstable system is not an absolutely integrable signal and the corresponding Fourier Transform does not converge.
3) Out of technicalities and into stability... Supose a system with frequency response G(jw), if it has a frequency response then it is stable by definition;
4) Now what seems to be implied in your question is how to use a Bode Diagram of G(jw) to establish the stability of G(jw)/1+G(jw), which is the frequency response of the closed-loop system. Practically all the answers given were provided assuming this (which is the most natural interpretation).
5) Making a long story short: if the system is open-loop unstable, then Bode Diagrams are not the best way of addressing stability either of the open or of the closed-loop. If the loop transfer function is open-loop stable, then, yes, you will find the answer to the stability of the closed-loop system by measuring the gain and or phase-margins.
6) This is valid for both, continuous- and discrete-time systems, although we cannot use the concepts of asymptotes (straight line approximations) to plot Bode Diagrams for discrete-time systems.
Regards.
Luis
  • asked a question related to Stability Analysis
Question
1 answer
I am interested in the motivated stability analysis of magnetized rotating spherical nonuniform inhomogeneous dust molecular clouds on the Jeansean scales of space-time. The components of the Lorentz and Coriolis forces are the complicating factors. Can anyone extend any help in terms of suggestion for simplification, or literature for execution?
Relevant answer
Answer
While doing some research incident to producing a scientific biography of Galileo [cf. citation in my profile], I came across a Coriolis-type phenomenon that Galileo investigated, that is, the apparent deflection of an object moving along a longitude line or, to a lesser extent, moving in a direction that has a north-south component, which can be expected to deflect to the right in the northern hemisphere and to the left in the southern. This Coriolis deflection can be attributed in part to Earth’s eastward rotation -- a phenomenon that Galileo strove mightily to demonstrate with many arguments -- and I would expect this deflection to apply to your " dust molecular clouds".
To use one of Galileo’s favorite examples, that of a projected cannonball, if fired to the north from the equator it would land somewhat east of the meridian on which it was fired. Due to the tangential velocity of a point on Earth varying with latitude the cannonball can be expected to travel eastward faster at the Equator than does its more northerly target or landing point. And mutatis mutandis for a cannonball fired to the South.
Here I have only “scratched the surface” of the issue; i.e., there is much more to be said about Coriolis force. For the sake of brevity I will resist the temptation to further discuss it here but instead refer you to a scholarly article that has the most comprehensive history and development of this topic of which I am presently aware [Anders O. Persson, “The Coriolis Effect: Four centuries of conflict between common sense and mathematics”, History of Meteorology 2, 2005”]. I hope this helps.
  • asked a question related to Stability Analysis
Question
3 answers
In the reference ''On stability analysis of active disturbance rejection control for nonlinear time-varying plants with unknow dynamics '',
why when A is Hurwitz, there exists a finite time T1 > 0 such that
Eq.(19) exists?
Even when A is hurwitz, there exists positive elements in the A matrix. How to explain this?
Relevant answer
Answer
$e^{w_0 A t}$ is bounded by and exponential decreasing function in the case of A hurwitz. so after some time $T1$will be less than any constant , in particular 1/(w_0^{n+1}).
  • asked a question related to Stability Analysis
Question
3 answers
Hi, All
I am doing the project about slope stability analysis considering climate change. I need the project data and historical data of singapore. Where can i get these data?
Relevant answer
Answer
Hi Tang ,
You might be interested in the "ready to use" CMIP5 data for climate change impact modeling we provide.
There is also daily min/max temperature and solar radiation (and soon wind and relative humidity).
Please note that those are not high resolution data (scale is 50km x 50km). Our "City data" are useful for quick exploration of past and future climate conditions at a specific location. There are intended to inform about possible trends and support qualitative assessments.   
The methods and process we use to generate this data from the original CMIP5 data are described in this report: https://www.researchgate.net/publication/322888233_Bias_Adjusting_Climate_Model_Projections
All the best
  • asked a question related to Stability Analysis
Question
5 answers
Hello everyone,
I am trying to simulate the breaching process of earth embankments during overtopping by performing a stability analysis in PLAXIS 2D. I was wondering if it is possible to remove the blocks that have collapsed and continue on the modified mesh.
Thanks for your help !
Relevant answer
Answer
I think it is the simplest way.
Initially you have to do a little attention, but once you understand the system it is very simple. In these years I have done many tests of stability using this system.
  • asked a question related to Stability Analysis
Question
4 answers
How can I find the IEEE 3-bus test system data (or other known test system) for transient stability analysis, which contains 2 generators and an induction motor?
Relevant answer
Answer
You may use the system presented in this paper. The infinite bus can be dynamically represented by a large synchronous generator.
  • asked a question related to Stability Analysis
Question
7 answers
While ascertaining stability of genotypes, how to estimate the % variation due to environments, genotypes and their interaction. Can it be calculated manually (in MS Excel)?
Relevant answer
Answer
ANOVA partitions total variability represented by total sum of squares SSt into four components: (1) sum of squares due to genotype SSg (2) sum of squares due to environment SSenv (3) sum of squares due the genotypexenvironment interaction SSgxe (4) sum of squares due to error SSe. The ratio of each sum of squares to SSt is the proportion each variable contributes to the total variability respectively. Note that the proportions add up to 1.
  • asked a question related to Stability Analysis
Question
6 answers
1. What are the significance of singular value decomposition?
2. What do we understand about a matrix from singular value decomposition.?
3. What is the specialty of SVD for stability analysis of a system?
Please explain me with detail but easy explanation. I will be really grateful
Relevant answer
Answer
When a matrix is multiplied with a vector, it does do things 1. rotation 2. scaling. you can easily visualize it by multiplying a two dimensional vector with a 2x2 matrix (y=Ax) and see that y is a rotated and scaled version of x. When the dimension increases then you can't visualize it. SVD kind of helps u in finding out the the basis for the axis of rotation (U and V*) and singular value matrix (S) says the importance of that basis. So from SVD of matrix A, u can say that how it will rotate or scale the x.
The straight forward application is PCA or dimension reduction. If u can find that in certain axis there is no change then u can simply ignore that because they are not important. You can link the SVD to eigen value decomposition where eigen value decomposition is only for square matrix where as the SVD is valid for all the matrices.
This is my intuition to SVD and hope it helps.
BW
  • asked a question related to Stability Analysis
Question
1 answer
My research area is low frequence oscillation damping in multimachine system.
Relevant answer
Answer
Yes, I used the original PST by Chow in stability analysis of muli-machine systems. This was during my PhD study in 2003. Later, I decided to use the PSAT as it has a GUI, more capabilities, and more components. Currently, the PST is significantly developed, but I didn't use it yet. I am also thinking to try the POUYA package.
  • asked a question related to Stability Analysis