Ignore:
Timestamp:
Apr 15, 2009 9:58:33 AM (15 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:
b22748b
Parents:
179a411
Message:

changed notation of units

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/src/sans/models/c_extensions/HayterMSA.h

    r25579e8 r70faf5d  
    77 //[PYTHONCLASS] = HayterMSAStructure 
    88 //[DISP_PARAMS] = radius 
    9  //[DESCRIPTION] =<text>To calculate the structure factor (the Fourier transform    
    10  //                     of the pair correlation function g(r)) for  
    11  //                     a system of charged, spheroidal objects in     
    12  //                     a dielectric medium. When combined with an  
    13  //                     appropriate form factor, this allows  
    14  //                     for inclusion of the interparticle  
    15  //                     interference effects due to screened coulomb  
     9 //[DESCRIPTION] =<text>To calculate the structure factor (the Fourier transform 
     10 //                     of the pair correlation function g(r)) for 
     11 //                     a system of charged, spheroidal objects in 
     12 //                     a dielectric medium. When combined with an 
     13 //                     appropriate form factor, this allows 
     14 //                     for inclusion of the interparticle 
     15 //                     interference effects due to screened coulomb 
    1616 //                     repulsion between charged particles. 
    1717 //                     (note: charge > 0 required.) 
    1818 // 
    19  //                     Ref: JP Hansen and JB Hayter, Molecular  
     19 //                     Ref: JP Hansen and JB Hayter, Molecular 
    2020 //                           Physics 46, 651-656 (1982). 
    2121 // 
    2222 //                             </text> 
    23  //[FIXED]= radius.width   
    24   
     23 //[FIXED]= radius.width 
     24 
    2525typedef struct { 
    26     /// Radius of particle [A] 
    27     //  [DEFAULT]=radius=20.75 A 
     26    /// Radius of particle [Å] 
     27    //  [DEFAULT]=radius=20.75 [Å] 
    2828    double radius; 
    2929 
     
    3737 
    3838        ///     Temperature [K] 
    39     //  [DEFAULT]=temperature= 318.16 K  
     39    //  [DEFAULT]=temperature= 318.16 [K] 
    4040    double temperature; 
    4141 
    42         ///     Monovalent salt concentration [M]  
    43     //  [DEFAULT]=saltconc= 0  
     42        ///     Monovalent salt concentration [M] 
     43    //  [DEFAULT]=saltconc= 0 [M] 
    4444    double saltconc; 
    4545 
    46     /// Dielectric constant of solvent  
    47     //  [DEFAULT]=dielectconst= 71.08  
     46    /// Dielectric constant of solvent 
     47    //  [DEFAULT]=dielectconst= 71.08 
    4848    double dielectconst; 
    4949} HayterMSAParameters; 
Note: See TracChangeset for help on using the changeset viewer.