| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| 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. |
|
| Attached Files | patch(for atoms.a4l).txt [^] (461 bytes) 2012-03-30 02:28 [Show Content] [Hide Content]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;
<
|
|