View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002752 | OpenFOAM | Feature request (requires funding) | public | 2017-11-07 13:02 | 2018-02-02 15:45 |
Reporter | bjnieuwboer | Assigned To | will | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | no change required | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.10 |
Summary | 0002752: function to determine first and last subcycle | ||||
Description | For implementing own pieces of code, I often want to know if I am at the first or last subcycle in the particle tracking code. Currently, I've worked around this. However, I was wondering if it would help others if this would be implemented as two member functions of the time subcycle class. | ||||
Tags | No tags attached. | ||||
|
Why do you need to do this? The point of sub-cycling is to abstract the act of subdividing the time-step. Providing information as to the index of the current subdivision seems at odds with the intended purpose. |
|
I am working in the kinematicParticle class. Here I want to compute the coefficient of restitution on the basis of incoming velocity. Therefore I need to compute this value only the first time step of the subcycling. I have a managed to do this in another way. However, for me it would have been easier to have a feature to determine the first or last subcycle. Therefore I thought others might be interested in something like this. This would enable more confinient programming on low level (say in the kinemeticParticle.). I thought this would make the life easier of other people who implement things here. |
|
Every other kinematic parcel model operates within the sub-steps. I am currently of the opinion that whatever impact your coefficient of restitution is representing should involve the velocities at the start and end of the sub-step, not the outer timestep. Why is your model different? Why does it have to be aware of the position within the sub-cycling? |
|
Closing due to lack of response |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-11-07 13:02 | bjnieuwboer | New Issue | |
2017-11-07 15:28 | will | Note Added: 0009012 | |
2017-11-07 15:41 | bjnieuwboer | Note Added: 0009013 | |
2017-11-09 09:06 | will | Note Added: 0009016 | |
2018-02-02 15:45 | will | Assigned To | => will |
2018-02-02 15:45 | will | Status | new => closed |
2018-02-02 15:45 | will | Resolution | open => no change required |
2018-02-02 15:45 | will | Note Added: 0009242 | |
2025-07-07 13:29 | administrator | Category | Feature => Feature request (requires funding) |