Can anyone please help?
We have the flow rate of a pump in order to move fluid round a system. I was wondering what other information I would need in order to work out what the system pressure loss will be so we can size the pump head? Do pump laws or fan laws help? If so can someone please...
Hello,
I was wondering if anyone could perhaps direct me to articles or websites in regards to dynamically modelling a car/vehicles braking system? It doesn't need to be to complicated.
Many Thanks
Matt
I have the following code:
clc
clear all
d1=1.6256;
d2=0.77;
d3=0.815;
b=11;
m=967.44;
Ig=9759.19;
V=73.05555;
rho=1.225;
dCL=10;
a11= (1/m)*(k1+k2);
a12= (1/m)*((k1*d3)-(d3*(k1-k2))-(0.5*dCL*rho*(V^2)*d1*b));
a21= (1/Ig)*(d3*(k2-k1));
a22=...
Hello,
I am looking to modify/convert a Quad Bike and make it remotely operated and was wondering if anyone had any advice (from a Mechanical Engineering view) on where to start my research or any other advice they could think of with regards to getting the project off the ground. Any help...
I have a lot of data in an XY Plot file and I need to divide all the data that is to be plotted along the x-axis by 0.3855 and need to multiply all the data to be plotted along the y axis by -1. Can anyone help me write some code? I presume it is quite simple but any help would be hugely...