wiki:public/doc-auto/by_ext/num/S_dynamic_damping
Last modified 3 years ago Last modified on 01/21/16 13:49:14

Input file num keyword $DYNAMIC_DAMPING

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

HM/hm_dyn_tri.num

 14:   $DYNAMIC_DAMPING
 15-    0.515 0.51 0.51
   ...

Source code reading this keyword from Input files

FEM/rf_num_new.cpp line 622

 622: 			continue;
 623: 		}
 624: 		// subkeyword found
 625: 		if(line_string.find("$DYNAMIC_DAMPING") != string::npos)
 626: 		{
 627: 			line.str(GetLineFromFile1(num_file)); //WW
 628: 			DynamicDamping = new double[3];

Last modified: 2016-01-21 13:49:06.764246

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.