CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

difference b/w ${TimeLevel} and ${Time} dependent variables

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 5, 2022, 08:00
Default difference b/w ${TimeLevel} and ${Time} dependent variables
  #1
New Member
 
Raj Dasari
Join Date: Feb 2022
Posts: 11
Rep Power: 4
rdasari is on a distinguished road
Hello everyone,

I'm new in using star-ccm+ software. I have a doubt regarding field functions. I'm trying to ramp gravity in my simulation. For that i'm using field functions. While defining field function i have encountered two different dependent variables. they are ${TimeLevel} and ${Time}. Can anyone tell me what is the difference b/w these two dependent variables.

Thank You
rdasari is offline   Reply With Quote

Old   April 5, 2022, 08:30
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Time has units of seconds. For example, you start at a time of 0 seconds.


Time level is an index which keeps track of which solution is being handled (the current timestep, previous timestep , previous previous timestep, etc). In order lexicon, these would correspond to so-called solution levels n, n-1, n-2, etc.
LuckyTran is offline   Reply With Quote

Old   April 5, 2022, 09:36
Default
  #3
New Member
 
Raj Dasari
Join Date: Feb 2022
Posts: 11
Rep Power: 4
rdasari is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
Time has units of seconds. For example, you start at a time of 0 seconds.


Time level is an index which keeps track of which solution is being handled (the current timestep, previous timestep , previous previous timestep, etc). In order lexicon, these would correspond to so-called solution levels n, n-1, n-2, etc.
Thank you for your response. I have one more doubt, I'm using the adaptive time step for the simulation. So in this case if i use the time level variable then it will use the previous time step value for calculating the gravity?(i'm using this variable to define the gravity field function)

Can you tell me what i'm thing is right?
rdasari is offline   Reply With Quote

Old   April 5, 2022, 11:01
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
First, what is your gravity field function? How can we answer that without having any clue what your formula is?

Time level is a number.

If you have no idea what a field function is, I recommend you to not use it in your formula.


If you want the current time then Time is your friend. If you want the previous time then time - timestep is your friend.
LuckyTran is offline   Reply With Quote

Old   April 6, 2022, 05:37
Default
  #5
New Member
 
Raj Dasari
Join Date: Feb 2022
Posts: 11
Rep Power: 4
rdasari is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
First, what is your gravity field function? How can we answer that without having any clue what your formula is?

Time level is a number.

If you have no idea what a field function is, I recommend you to not use it in your formula.


If you want the current time then Time is your friend. If you want the previous time then time - timestep is your friend.
This is the field function def that i would like to use -1*min(9.81,${TimeLevel}*9.81/600). Can please tell me what timelevel (i mean the value of timelevel) will it take here. I want to ramp the gravity gradually. so please tell me how timelevel actually work here in this case.
rdasari is offline   Reply With Quote

Old   April 7, 2022, 00:34
Default
  #6
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,674
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Time level is a counter. When you start the simulation and initialize, it will be at 0. When you proceed to the next time, time level will be 1. And then 2. And then 3 and so on. It is the timestep equivalent of an iteration counter.


If your intent is to ramp up the gravity field from 0 to 600 timesteps, then yes time level could be used in this sense.
LuckyTran is offline   Reply With Quote

Reply

Tags
dependent variable, field functions, numerical computation, star-ccm+


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 17:05.