make_transp_TScirc_nomagnetic

PURPOSE ^

********************************************************************************************************************************

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

********************************************************************************************************************************
************************************** FAST ELECTRON TRANSPORT COEFFICIENTS PROFILE ********************************************
********************************************************************************************************************************
 Create the local file TRANSP_id_equil.mat
 
by Y.Peysson CEA-DRFC <yves.peysson@cea.fr> and Joan Decker MIT-RLE (jodecker@mit.edu)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 %********************************************************************************************************************************
0002 %************************************** FAST ELECTRON TRANSPORT COEFFICIENTS PROFILE ********************************************
0003 %********************************************************************************************************************************
0004 % Create the local file TRANSP_id_equil.mat
0005 %
0006 %by Y.Peysson CEA-DRFC <yves.peysson@cea.fr> and Joan Decker MIT-RLE (jodecker@mit.edu)
0007 %
0008 clear all
0009 %
0010 id_equil = 'TScirc';
0011 id_transpfaste = 'nomagneticturbulence';
0012 %
0013 Dr0 = 2;%Core radial diffusion coefficient (m^2/s)
0014 pDr = 0;%Coefficient for the Dr radial profile
0015 Vr0 = 0;%Core radial pinch coefficient (m/s)
0016 pVr = 0;%Coefficient for the Vr radial profile
0017 %
0018 Dr_model = 0;%Radial diffusion type: (0) no vpar dependence, (1) magnetic turbulence model (vpar/vth),
0019 Vr_model = 0;%Radial pinch type: (0) no vpar dependence, (1) magnetic turbulence model (vpar/vth),
0020 vparmin = 3.5;%Lower limit of the parallel velocity dependence of the radial diffusion and pinch (vth_ref or vth)
0021 %
0022 norm_ref = 1;%Normalization procedure for the lower limit of the parallel velocity dependence of the radial diffusion and pinch: (0) from local values Te and ne, (1) from reference values Te_ref and ne_ref
0023 %
0024 %*****************************************************************************************************************
0025 %
0026 transpfaste.id = id_transpfaste;
0027 transpfaste.id_equil = id_equil;
0028 %
0029 transpfaste.Dr0 = Dr0;
0030 transpfaste.pDr = pDr;
0031 transpfaste.Vr0 = Vr0;
0032 transpfaste.pVr = pVr;
0033 %
0034 transpfaste.Dr_model = Dr_model;
0035 transpfaste.Vr_model = Vr_model; 
0036 transpfaste.vparmin = vparmin;%Normalized units
0037 transpfaste.norm_ref = norm_ref;
0038 %
0039 eval(['save TRANSP_',id_equil,'_',id_transpfaste,'.mat transpfaste']);

Community support and wiki are available on Redmine. Last update: 18-Apr-2019.