Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created api commands for mag, pres and temp and volt #764

Merged
merged 4 commits into from
Jan 14, 2022

Commits on Dec 7, 2021

  1. Created api commands for mag, pres and temp

    Created equivalent pymapdl commands for the 3 scalar queries: MAG, PRES,
    and TEMP. Examples have only been added for one of the three and tests
    for none of them because my knowledge of APDL is not extensive enough.
    Further work will require external input.
    jgd10 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    011c71e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Updated temperature example (#780)

    * Updated temperature example
    
    Updated temperature example, but still need to fix temperature description
    
    * Added Examples for querying TEMP, PRES,VOLT and MAG results
    
    I have added examples to extract the Temperature, Pressure, Voltage and Magnetic Scalar Potential at node ID 1 of the solved model.
    
    Also, I have corrected the _run_query(f"VOLT({n})" to _run_query(f"MAG({n})" for Magnetic Scalar Potential example
    
    * Made changes due to Review
    
    Removed the Print statements in Volt and Mag examples
    RGPATCHI authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    870e5f7 View commit details
    Browse the repository at this point in the history
  2. Feat/field component tests (#833)

    * Updated temperature example
    
    Updated temperature example, but still need to fix temperature description
    
    * Added Examples for querying TEMP, PRES,VOLT and MAG results
    
    I have added examples to extract the Temperature, Pressure, Voltage and Magnetic Scalar Potential at node ID 1 of the solved model.
    
    Also, I have corrected the _run_query(f"VOLT({n})" to _run_query(f"MAG({n})" for Magnetic Scalar Potential example
    
    * Made changes due to Review
    
    Removed the Print statements in Volt and Mag examples
    
    * Added Tests for field component values
    
    Added tests for Temp, Pressure, Volt and Mag component values.
    RGPATCHI authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1c00026 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    425fc47 View commit details
    Browse the repository at this point in the history