moose icon indicating copy to clipboard operation
moose copied to clipboard

Default clock sequence

Open subhacom opened this issue 1 year ago • 2 comments

In older versions, one needed to set the timestep (dt) for the various clock ticks and assign them to specific function (process/init) in classes/objects selected by wildcard in order to run things in a desired order.

The setDefaultDt and assignDefaultTicks in moose.utility submodule were written by Aditya (Gilra) and others as wrappers over setClock and useClock to facilitate this.

IIRC, there were plans to automate the setup and assignment of these clockticks. However, if I try to simulate the cells from Traub 2005 model now, I get flat lines, which is usually a symptom of incorrect/absent clocktick assignment. The useClock and setClock docs do not seem to have changes. So I am wondering what is the ideal way to setup clockticks now.

Also, the moose.utility submodule has become disfunctional now as it uses the parser module, which has been deprecated.

subhacom avatar Jun 06 '23 04:06 subhacom