Don C.

Results 60 comments of Don C.

In nopcm example, the dependent variable is tempW, temperature changes in the water. It is declared as a vector of rationale in the SRS. https://github.com/JacquesCarette/Drasil/blob/adfc15f13c7cf81101c1dbab97a6aa61f10a4ec6/code/drasil-example/swhs/lib/Drasil/SWHS/Unitals.hs#L415-L419 In pdcontroller example, the dependent...

These two smart constructors are used to specify the package names and package versions. https://github.com/JacquesCarette/Drasil/blob/adfc15f13c7cf81101c1dbab97a6aa61f10a4ec6/code/drasil-code/lib/Language/Drasil/Data/ODELibPckg.hs#L37-L49

I think I locate the place that makes this happen. The `overviewParagraph` gives the template to the second paragraph in the introduction. https://github.com/JacquesCarette/Drasil/blob/4b9ad0a3016fecb3c7a2aa82ab142f9e805b5cc8/code/drasil-docLang/Drasil/Sections/Introduction.hs#L66-L72 The `introductionSubsections` contains the subsections, including scope,...

@Ant13731 so far, I haven't started to edit any code yet. Thanks for the tips, I will take look at it when I get there.

To record meetings in #2943 With the work of splitting out the model kinds, we are one step further knowing when a model is an ODE. Currently, we manually build...

Here are two ways to make `ODEInfo` automatically created from Instance Model. I think both of them seem fine, but any suggestion would be really appreciated. Here are potential changes....

Here is a breakdown of ODEInfo and DifferentialModel. ODEInfo has: - independent variable - dependent variable - other variables (any variable besides independent and dependent) - initial time - final...

Thanks for clarifying, I will change other variables to parameters With regard to the information IVP, initially, I thought I can make the whole DifferentialModel be IVP since we only...

@JacquesCarette A quick question, what would the "time-bounded" look like in the IVP? The final time indicates when the specific solution will stop, how the "time-bounded" is different than the...

There is a ticket talk about determining the actual document outline base on content. This is an example of #946.