View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000535 | ascend | model-library | public | 2012-03-30 02:28 | 2013-02-26 13:42 |
Reporter | Arjun | ||||
Assigned To | john | ||||
Priority | high | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | won't fix | ||
Platform | Linux | OS | Ubuntu | OS Version | 11.10 |
Product Version | 0.9.7 | ||||
Target Version | 0.9.9 | Fixed in Version | |||
Summary | 0000535: atoms.a4l should define displacement and velocity as variables | ||||
Description | During the development of my model on Projectile motion i felt the need of displacement and velocity which acts as a single dimensional vector having both positive and negative values. | ||||
Additional Information | I am attaching the patch file defining both of those variables. | ||||
Tags | No tags attached. | ||||
|
patch(for atoms.a4l).txt (461 bytes)
842,848c842 < ATOM displacement REFINES solver_var < DIMENSION L < DEFAULT 10.0{ft}; < lower_bound := -1e50{ft}; < upper_bound := 1e50{ft}; < nominal := 10.0{ft}; < END displacement; --- > 906,913d899 < ATOM velocity REFINES solver_var < DIMENSION L/T < DEFAULT 3.0{ft/s}; < lower_bound := -1e50{m/s}; < upper_bound := 1e50{m/s}; < nominal := 1.0{m/s}; < END velocity; < |
|
Atom types that serve this purpose are already available as 'delta_distance' and 'speed', so there is no need for the atoms you describe other than for naming convenience. At this stage I don't think we should add those duplicate names to our atom library. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-03-30 02:28 | Arjun | New Issue | |
2012-03-30 02:28 | Arjun | Status | new => assigned |
2012-03-30 02:28 | Arjun | Assigned To | => krishnan |
2012-03-30 02:28 | Arjun | File Added: patch(for atoms.a4l).txt | |
2012-03-30 03:00 | john | Note Added: 0000833 | |
2012-03-30 03:00 | john | Status | assigned => resolved |
2012-03-30 03:00 | john | Resolution | open => won't fix |
2012-03-30 03:00 | john | Assigned To | krishnan => john |
2012-03-30 03:00 | john | Status | resolved => assigned |
2012-03-30 03:01 | john | Status | assigned => resolved |
2013-02-26 13:42 | john | Target Version | => 0.9.9 |