Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Lesh108

    mathematical formulation

    Thanks for your help. I'm writing a code for a FLUENT (cfd) UDF. FLUENT readily sends the temperature value at time (t), using global macros. My problem is that I cannot access the temperature at (t-1). So I thought of storing the temperature values (at time t) for every timesteps, so that I...
  2. Lesh108

    mathematical formulation

    Temperature follows a lookup table, with reference to time.
  3. Lesh108

    mathematical formulation

    Hi I need to write the following 'logic' in C. If the temperature (T) at time (t) is greater than the temperature at time (t-1), then cp = 2000. i.e. in mathematics T(t) > T(t-1) , cp =2000. My problem is I don't know how to write temperature as a function of time. Can somebody help ? Lesh108

Part and Inventory Search

Back
Top