Changeset 318b5bbb in sasview for sansmodels/include/cylinder.h


Ignore:
Timestamp:
Dec 18, 2012 10:55:24 AM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
6550b64
Parents:
0203ade
Message:

Added polarization and magnetic stuffs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/include/cylinder.h

    r6319646 r318b5bbb  
    2121                </text> 
    2222        [FIXED]= <text>cyl_phi.width; cyl_theta.width; length.width;radius.width</text> 
    23         [ORIENTATION_PARAMS]= <text>cyl_phi; cyl_theta; cyl_phi.width; cyl_theta.width</text> 
    24  
     23        [ORIENTATION_PARAMS]= <text>cyl_phi; cyl_theta; cyl_phi.width; cyl_theta.width;M0_sld_cyl; M_theta_cyl; M_phi_cyl;M0_sld_solv; M_theta_solv; M_phi_solv; Up_frac_i; Up_frac_f; Up_theta;</text> 
     24        [MAGNETIC_PARAMS]= <text> M0_sld_cyl; M_theta_cyl; M_phi_cyl; M0_sld_solv; M_theta_solv; M_phi_solv; Up_frac_i; Up_frac_f; Up_theta; </text> 
    2525 
    2626 **/ 
     
    6161  Parameter cyl_phi; 
    6262 
     63  /// M0_sld_cyl 
     64  //  [DEFAULT]=M0_sld_cyl=0.0e-6 [1/A^(2)] 
     65  Parameter M0_sld_cyl; 
     66 
     67  /// M_theta_cyl 
     68  //  [DEFAULT]=M_theta_cyl=0.0 [deg] 
     69  Parameter M_theta_cyl; 
     70 
     71  /// M_phi_cyl 
     72  //  [DEFAULT]=M_phi_cyl=0.0 [deg] 
     73  Parameter M_phi_cyl; 
     74 
     75  /// M0_sld_solv 
     76  //  [DEFAULT]=M0_sld_solv=0.0e-6 [1/A^(2)] 
     77  Parameter M0_sld_solv; 
     78 
     79  /// M_theta_solv 
     80  //  [DEFAULT]=M_theta_solv=0.0 [deg] 
     81  Parameter M_theta_solv; 
     82 
     83  /// M_phi_solv 
     84  //  [DEFAULT]=M_phi_solv=0.0 [deg] 
     85  Parameter M_phi_solv; 
     86 
     87  /// Up_frac_i 
     88  //  [DEFAULT]=Up_frac_i=0.5 [u/(u+d)] 
     89  Parameter Up_frac_i; 
     90 
     91  /// Up_frac_f 
     92  //  [DEFAULT]=Up_frac_f=0.5 [u/(u+d)] 
     93  Parameter Up_frac_f; 
     94 
     95  /// Up_theta 
     96  //  [DEFAULT]=Up_theta=0.0 [deg] 
     97  Parameter Up_theta; 
     98 
    6399  // Constructor 
    64100  CylinderModel(); 
Note: See TracChangeset for help on using the changeset viewer.