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/StickyHS.h

    r25579e8 r70faf5d  
    1515 //                         = 0   , r >= 2R +w 
    1616 // 
    17  //                                             R: radius of the hardsphere  
     17 //                                             R: radius of the hardsphere 
    1818 //                     stickiness = [exp(Uo/kT)]/(12*perturb) 
    1919 //                     perturb = w/(w+ 2R) , 0.01 =< w <= 0.1 
     
    2121 //                                             v: The volume fraction , v > 0 
    2222 // 
    23  //                     Ref: Menon, S. V. G.,et.al., J. Chem. Phys.,  
     23 //                     Ref: Menon, S. V. G.,et.al., J. Chem. Phys., 
    2424 //                          1991, 95(12), 9186-9190. 
    2525 //                             </text> 
    26  //[FIXED]= radius.width   
     26 //[FIXED]= radius.width 
    2727typedef struct { 
    28     /// Radius of hardsphere [A] 
    29     //  [DEFAULT]=radius=50.0 A 
     28    /// Radius of hardsphere [Å] 
     29    //  [DEFAULT]=radius=50.0 [Å] 
    3030    double radius; 
    3131 
Note: See TracChangeset for help on using the changeset viewer.