Items tagged with simulation simulation Tagged Items Feed

Hi,

I have tf=0.04s but the probe plot only 0.02s at one simulation, 0.03s for another simulation ! How to oblige the probe to plot from 0s to 0.04s ?

Thanks

simulation end time

April 11 2012 by xumin 0 MapleSim

Hi all,

I set the simulation end time tf=5000s,but after running the model,the result can just simulate to 2500s.I don't kown what has gone wrong.There is a power function in the model.When the power is set as 3,the end time can just as long as 2500 second.that is to say,the result show not greater than 2500 second.When the power is set as any other number,4 for example,it can simulate 5000 second.

please help me .

Hmmm, I'm not sure if this possible but worth asking...and maybe useful for creating custom loop simulations:

I have a trajectory profile (via 1D Lookup Table in MapleSim) whose duration is for 10 seconds.

Is it possible to create a simulation with an end time greater than 10 seconds and have the 1D Lookup Table repeat its profile after it ends:

Example: Simulation end time = 20second. Thereby having the Lookup Table execute twice.

Suggestions on approach? Thanks.

Hi all,

During simulation I need to use a parameter as a feedback, which is previously determined in a Modelica Custom Component. In this case, can we use Zero Order Hold (ZOH) block/function to hold the previous value? If yes, how should we choose the parameters of ZOH?

Thanks

Dear all,

 

I am trying to simulate the penetration of the wavefunction into a potential barrier consisting of two barrier steps of different heights, V1 and V2.

My code looks like that:

> restart;
> m := 0.91e-30;h := 0.1055e-33; V1 := 10*0.16e-18; V2 := .8*V1;a := 0.10e-9;En := .6*V1; w := En/h;
                      ...

How can we design a wind turbine and simulate it?


Hello,

 

I have created a MapleSim model including a few custom components. When I try to run the simulation, I receive the following error:

cannot resolve function `Main.'Typesetting:-mambiguous'`; there is no function `'Typesetting:-mambiguous'` visible in model `Main`

 

How do I know where the source of the error is?

 

Thank you,

Behzad

Hi everyone,

In MapleSim, I know that after running a model simulation, one can save the data via 'export data in excel or csv' format...

But is it possible to automate this process via a script? For example, if I wanted to see what the model data looks like by varying one parametere between 10 to 50?

Example:

for i = 1:50

   variable_in_model = i;

   run MapleSim model;

   save MapleSim model data;

Bonjour

Je n'arrive pas à faire fonctionner un montage simple.

J'ai un message d'erreur : (in dsolve/numeric/RunSimulation) unable to compile, please check your options by running with infolevel [ToExternal]:=1; simulation failed.

Que dois-je faire ?

Windows 7  64bits / Maple 61bits

Merci

I'm suggesting a challenge to someone who can create a simulation in Maple on a local economy when a large supercenter enters, first, a localized small area (town), then the effect on a much larger population (state / country / etc...).  A sort of local vs. large businesses.

I would like to create a business model that shows the eventual crash of rich economies due to the increased reliance on foreign imports from poor economies.  As an example, perhaps...

I want to ask a question about parallel programming capability of Maple (for Maple15). I have a 4-core PC (intel i7 processor) running under Windows-7(64-bits). I'm making a monte carlo simulation by using maple15. The simulation is very complicated such that it includes loops and inside these loops we use Newton-raphson method (a numerical algorithm). Because of being complicated iterative calculations, one simulation needs approximately 50 hours to be completed. And this...

My daughter the psychiatrist recently shared a link with me that mentioned a factoid about Facebook: "84 per cent of people think their friends have more friends than they do".  Actually they don't just think this: for 84 percent of Facebook users, the median friend count of their friends is higher than their own friend count, according to

I have a complex nonlinear long term, I have not found a way to simulate this expression,how I can apply the method of least squares

Hi!

I have the same problem.

   "Simulation problem: maximum number of event iterations reached (100) at t= ...."

I have a model which worked without problem in maplesim2, using a lot of event iterations. The model can only work this way, becouse its a mechanic model where the friction is function of the sliding speed, thus where the speed changes value, the friction coefficient does also, and an event occurs.

I really need to know where...

What are events?

September 26 2011 by TylerCMW 15 MapleSim

What is meant by events? I have seen this error numerous times.

   "Simulation problem: maximum number of event iterations reached (100) at t= ...."

How do I model so that I can avoid them?

1 2 Page 1 of 2