Re: Integration and derivation
- From: beliavsky@xxxxxxx
- Date: 14 Sep 2006 10:31:42 -0700
Abhishek wrote:
I am new to fortran. I am writing a subroutine in Fortran to calcualte
damper forces in Adsms/Car simulation package. The velocity between two
points can be measured throught out the simulation in Adams/Car and
returned to the program.
Can you please tell me if there is any standard syntax to Intrigate and
derivate any value (velocity in this case) with respect to time to get
displacement and acceleration of the damper.
You can find information on the web more easily using the proper words
and spellings: "integrate" and "differentiate".
Differentiating a function via finite differences is simple to program.
An alternative is "automatic differentiation", which uses a program to
write Fortran code that calculates the derivative. I have read that
this can be faster and more accurate than numerical differentiation,
but I have not tried it.
.
- Follow-Ups:
- Re: Integration and derivation
- From: Arjen Markus
- Re: Integration and derivation
- From: glen herrmannsfeldt
- Re: Integration and derivation
- References:
- Integration and derivation
- From: Abhishek
- Integration and derivation
- Prev by Date: Re: running a second *.exe while one *.exe is running using Lahey fortran
- Next by Date: Re: Integration and derivation
- Previous by thread: Re: Integration and derivation
- Next by thread: Re: Integration and derivation
- Index(es):
Relevant Pages
|