mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: set 'applied' flag to field sources when applied
This commit is contained in:
@ -124,6 +124,8 @@ void Foam::ExplicitSetValue<Type>::setValue
|
||||
}
|
||||
|
||||
eqn.setValues(cells_, values);
|
||||
|
||||
basicSource::setValue(eqn, fieldI);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user