CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   how to find wave amplitude (https://www.cfd-online.com/Forums/main/16223-how-find-wave-amplitude.html)

chandrasekhar January 17, 2009 11:58

how to find wave amplitude
 
hi

i am sekhar. i am doing project using fluent software which is related to the generation of waves. i constructed a tank using gambit and using UDF i generated a wave.the program is similar to this #include "udf.h"

DEFINE_CG_MOTION(wave, dt, vel, omega, time, dtime) { vel[0]=(0.037098)*((1 - exp(2.303*time))*7.7528*cos(7.7528*time) + ((2.303*exp(-2.303*time))*sin(7.7528*time))); }

i want to know the amplitude of wave which i am generated.can u give me any ideas to finding this

thanking you,

sekhar


windstar1985 April 5, 2009 04:45

Quote:

Originally Posted by chandrasekhar
;58537
hi

i am sekhar. i am doing project using fluent software which is related to the generation of waves. i constructed a tank using gambit and using UDF i generated a wave.the program is similar to this #include "udf.h"

DEFINE_CG_MOTION(wave, dt, vel, omega, time, dtime) { vel[0]=(0.037098)*((1 - exp(2.303*time))*7.7528*cos(7.7528*time) + ((2.303*exp(-2.303*time))*sin(7.7528*time))); }

i want to know the amplitude of wave which i am generated.can u give me any ideas to finding this

thanking you,

sekhar

hi, I am windstar, i want to know the amplitude, wavelength of wave generated using this UDF too.

mahbube March 13, 2010 08:17

question
 
Quote:

Originally Posted by chandrasekhar
;58537
hi

i am sekhar. i am doing project using fluent software which is related to the generation of waves. i constructed a tank using gambit and using UDF i generated a wave.the program is similar to this #include "udf.h"

DEFINE_CG_MOTION(wave, dt, vel, omega, time, dtime) { vel[0]=(0.037098)*((1 - exp(2.303*time))*7.7528*cos(7.7528*time) + ((2.303*exp(-2.303*time))*sin(7.7528*time))); }

i want to know the amplitude of wave which i am generated.can u give me any ideas to finding this

thanking you,

sekhar

Hi

Would you please say me, how you write this udf? especially about velocity equation(vel) for wave. Could you please give me some references about finding that?

Cheers


All times are GMT -4. The time now is 08:47.