NefMoto

Noob Zone => Noob Questions => Topic started by: biela on March 28, 2015, 04:27:47 AM



Title: dzlamfaw calculation
Post by: biela on March 28, 2015, 04:27:47 AM
Hello
Just one doubt about dzlamfaw.

In this topic i have found to differents ways to calculate dzlamfaw:
http://nefariousmotorsports.com/forum/index.php?topic=141.msg14430#msg14430 (http://nefariousmotorsports.com/forum/index.php?topic=141.msg14430#msg14430)

CWLAMFAW 0: dzwlamfaw = min (0, min (0, dzwwl) + wkrma)
CWLAMFAW 1: dzwlamfaw = min (0, dzwwl + wkrma)

and

CWLAMFAW 0: min(0, -DZWWL) + WKRMA
CWLAMFAW 1: min(0, -DZWWL + WKRMA)

When looking at 06A906032HJ 0261207436 362287, i get differents output numbers.

For example, at 4000 rpm, supposing 112% load, 40ºC iat, 85ºC ECT and WKRMA=2ºkw.
dzwlamfaw values are -0.3, 2.0 or 4.3 depending on CWLAMFAW and formula selected.

May be i am missing something?